cancel
Showing results for 
Search instead for 
Did you mean: 

how to center a group in web dynpro

0 Kudos

Is it possible to center the group UI element? simialr to HTML

<CENTER>

text will show centered

</CENTER>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,Rami Bleibel.

About your requirement, LAYOUT should be the key point which you should use.

From your description, you want to place one TEXT in the center of the container..Here, Matrix Layout is not a good solution, just as Chris said, you can choose "Grid Layout"..

The approach you can try:

in the container which will hold the TEXT, you should set its layout as "Grid Layout".

Then, you TEXT's edit panel will have the "Grid Layout" control: which you can set the Left-padding or right-padding or other useful setting..

Hope it can help you a little.

Best wishes.