cancel
Showing results for 
Search instead for 
Did you mean: 

Creating view

Former Member
0 Kudos

Hi All,

When we design a view in the Webdynpro..lablel and input field are placed horizontally on the view...i want to place them manually...as per the need. Pls suggest.

Regds,

Anup.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anup,

By Default your RootUIElementContainer is having Flow Layout. To change the layout, in the outline view, right click on your RootUIElementContainer->properties and select an appropriate layout for the property 'layout'. If you select Grid Layout, you can specify the no: of columns in 'colCount'.

Now whatever elements you add to the container will follow the selected layout.

Best Regards,

Nibu.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anup,

You need to set its container's layout according to your requirement.

IF you want to seperate lable and input field then, set property "Lablefor" of lable to "none", if it is bound to input field.

But, you can't place ui elements according to X and Y positions.

Regards,

Bhavik