cancel
Showing results for 
Search instead for 
Did you mean: 

Display a group in webdynpro at the center position.

Former Member
0 Kudos

hi all,

In webdynpro i am displaying a grop it contains input fields. i want to display the

group at the center position of the window. any one help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. Set the GridLayout for rootuielementcontainer, Set the colcount = 3

2. Insert INVISIBLE_ELEMENT before and after the group.

3. Now set the Width property of both invisible element in such a way that group start appearing in the centre.

for ex: width = 60% each for both invisible elements

Thanks,

Rahul

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

click on your group name and in it's property go to hAlign and change hAlign property from begin of line to centre.Activate it and it will work.