cancel
Showing results for 
Search instead for 
Did you mean: 

Placing views horizontally in one window (page )

Former Member
0 Kudos

I've a requirement to divide the page into 3 views which should be displayed side by side . I can do this by placing one view after the other vertically in a window. But I've to place them horizontally. View1 -- View 2 - View 3. How can I place the views horizontally and with definite height and width for each of them?

Thanks,

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramesh,

1. You can select layout as Matrix data in the rootcontainerUIelement.

2. Select matrix head data for the first view.

3. Select matrix data for the second and third view.

All three views should come in the same horizontal line.

Let me know if this doesn't work.

Regards,

Sameer Pathak

Former Member
0 Kudos

Thanks . This will work for placing differnt UI elements inside a view. But my requirement is to place 3 diffent views which has thier own UI elements side by side in a window.

Any other inputs for this scenario?

Thanks,

Ramesh

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Actually this should work. Perhaps what was missing from the description is that you should place the UI element ViewUIElementContainer within the Matrix layout. This should arrange the containers all one one row.

Former Member
0 Kudos

Thanks Thomas, I actually missed that.