cancel
Showing results for 
Search instead for 
Did you mean: 

ViewSet with three rows

Former Member
0 Kudos

Hello All,

I have a scenario in which i want to use ViewSet having three rows.

<b>1st Row - View1 (having a Header and RoadMap UI element)

2nd Row - View2 (having a dynamic UI view)

3rd Row - View3 (having Next & Previous buttons to move through the RoadMap)</b>

But i dont find any ViewSet using which i can arrange Views in a row.

TreeLayout, Tabstrip , GridLayout don't fit for my requirement.

Any workaround?

Regards,

Aayush

View Entire Topic
Former Member
0 Kudos

Forget about the ViewSet, use a view with a RowLayout containing 3 ViewContainerUIElement instances.

Assign to each ViewContainerUIElement a RowHeadData instance such that they start a new row.

Armin

Former Member
0 Kudos

Hello Armin,

I have created 3 ViewContainerUIElement in a view. But i don't know how to assign each ViewContainerUIElement a RowHeadData. Can you give an example ?

Regards,

Aayush

Former Member
0 Kudos

Give their container a RowLayout, then assign the RowHeadData to each VCUIElement in the "LayoutData" section of the outline view.

Armin