cancel
Showing results for 
Search instead for 
Did you mean: 

facing problems in the UI layout

Former Member
0 Kudos

Hello Everyone,

I am trying to create an input screen as follows :

(Label)Name : (inputField) |_________________|

(Label)Address : (inputField) |_________________|

(Label)City : (inputField) |_________________|

and for that I created a tray which contains all 6 element ( 3 labels and 3 inputfields) but it comes as follows:

(Label)Name : (inputField) |_________________| (Label)Address : (inputField) |_________________|Label)City : (inputField) |_________________|

All in one line.

How to add a new line in the layout ?

Thanks for your time.

~Peeru

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I like to use the Matrix layout on the tray and then just set the layout data property of the labels to MatrixHeadData. But there are ways to do this with the different layouts.

Former Member
0 Kudos

Thanks Thomas. Your answer has resolved my problem.

Answers (0)