cancel
Showing results for 
Search instead for 
Did you mean: 

Align Fields or Label in Webdynpro

sureshmandalapu6
Active Contributor
0 Kudos

Hi Experts ,

How can I Allign the UI elements in WebDynpro ?

I tried using different Layouts we have. But ! I couldn't get the desired result.

My requirement is :

In the First Row, I should have a table and in Second row , I must have two buttons which are aligned

one for left and one for right. How can I align like that ? If I use the GridLayout with 2 columns, I am getting

two collums for all the rows. but ! I should have one column in first row and two columns in second row.

Please help me.

Regards

Suresh..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Suresh,

I Think you should define your Container with a gridlayout of 2 colums.

Then for your first line wich have to "cover" the 2 columns, just check in your table object a property called "collspan" and set it to 2.

Then put a button in each column of your second line.

Regards

Cedric

Answers (2)

Answers (2)

former_member188598
Contributor
0 Kudos

Hi,

u can also do this thing. Take a container with colcount 2.Put ur table in 1st row and 1st column and take an invisible element in 2nd column.In 2nd row put ur buttons in the two columns.This shud work.

Regards

Priya

award point if helps

former_member189631
Active Contributor
0 Kudos

Suresh,

To align two UI elements in the same row you can use container UI element which is an invisble UI element used to align other UI Elements in webdynpro.

-> Create a Container

-> add/Create buttons into this container

Done!

Ram