cancel
Showing results for 
Search instead for 
Did you mean: 

UI elements positioning on the layout

Former Member
0 Kudos

Hi,

I have a requirement where I need to place the UI elements in the following manner. I have tried using many combination in matrix layout, but am not able to align the right side row properly. Please suggest your inputs.



field1      button       field2
field3                   field4 
...
....

Regards,

Kusuma

Edited by: Kusuma Saladi on Feb 16, 2011 7:58 AM

Edited by: Kusuma Saladi on Feb 16, 2011 7:59 AM

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

Use three transparent container and

and put


field1    
field3              
...
....

in first one

and


button

in the second one

and in the third one


field2
field4

use matrix layout in the root container and place first container's layout data as matrix head data.

and rest two as matrix data.

in the transparent container use all of them as matrix head data.

thanks

sarbjeet singh

Former Member
0 Kudos

Hi Sarbjeet,

Thanks a lot for your reply. It solved my problem

Regards,

Kusuma

Answers (0)