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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (2)

Answers (2)

Former Member
0 Kudos

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

Aayush - just use a GridLayout for your ViewSet and define it to have 3 rows and 1 (one) column.

Walter

Former Member
0 Kudos

Hello Walter,

How to define a GridLayout to have a 3 rows and 1 column?

As by default it has 4 cells. And we cannot delete or add new cells.

Regards,

Aayush

Former Member
0 Kudos

When you define a new grid layout ViewSet, look in the "Properties" tab, and you will see there that amongst the properties are properties for "Rows" and "Columns".

If you are still having difficulty doing this, or don't know where to find the properties, please contact me by email and I will send you screen shots.

Regards,

Walter

Former Member
0 Kudos

Hi Aayush,

1. Set the layout of "RootUIelementContainer" to RowLayout

2. Now select the "ViewElementUIContainer" and set the layoutdata property to "RowData"

Regards, Anilkumar

Former Member
0 Kudos

Hello Armin, Anilkumar,

That soloved my problem.

Thanks a lot.

Regards,

Aayush