cancel
Showing results for 
Search instead for 
Did you mean: 

Alinment in side wise

Former Member
0 Kudos

How to align the fields in column manner..

Customer number : <Text-field>

Customer identification number : <Text-field>

I want to make the side wise alignment like the <text-field> want to start from the same position..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

hi mahesh....

set the layout of the UIelement container to grid layout.

set the number of columns to 1.

it will work out fine.

---regards,

alex b justin

raja_thangamani
Active Contributor
0 Kudos

I am not sure whether i undertstood the issue or not. do want show lable & text-field in one row & start the next label in 2nd row?

You can use Matrix layout to align. In this case go for a Matrix layout and whenever you want to display a UI element say a label in the next row make its layout data as "MATRIXHEADDATA".

Eg: you want to show 1 text field with label in first row.

all you need to do is to place them in a Transparent container or a group.Make the Layout property of it as MATRIXLAYOUT.

Then make the 1st label as MATRIXHEADDATA & then make the text-field as MATRIXDATA....

Repeat the same for other lable & text-field.

again make 3rd label as MATRIXHEADDATA and remaining labels and inputfield of that line as MATRIXDATA....

Raja T