cancel
Showing results for 
Search instead for 
Did you mean: 

moving button to a particular position on UI

former_member474221
Participant
0 Kudos

Hi

i have a requirement where I have only one button on my screen

But the issue is it is coming at the top left corner of the UI.

How can I move that so that it starts from say 20 chars from left and moves down 5 rows from top.

I mean can i give coordinates for the button

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hmm... do one thing..

Make a TC(Transparent container) with Matrix layout.

Add one invisible element with height say 40 px(Can change according to your req.), for making space of 5 row.

Add one more invisible element(Matrix head data) and give width like 20-40 px(to move in the left)

Now add your button. (don't gv any layout it will take auto Matrix layout).

1st invisbl_element will make a space of 5 row(gv only height)

2nd will make sapce of 20 char after 5 row(give only width)

and now button...

BR

Chandra..

former_member474221
Participant
0 Kudos

thanks for a very good ans

Former Member
0 Kudos

Welcome


Web dynpro is not so easy to work means there is we need to follow some certain rule and layout those are looks complex.. still for good understanding of layout and UI arrangement you must have a good knowledge of all layout available in wdp..

http://scn.sap.com/docs/DOC-2301

BR

Chandra...

Answers (0)