cancel
Showing results for 
Search instead for 
Did you mean: 

Create Vertical Line

Former Member
0 Kudos

Experts,

How to create a vertical line or vertical Gutter in the page so that we can Segregate the columns.

Thanks

Nitya

Accepted Solutions (0)

Answers (3)

Answers (3)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Nitya

- Use MatrixLayout as a container for UI elements.

- In Layour Data section set property vGutter to mediumWithRule or largeWithRule.

This will draw a vertical gutter on the left of the current cell. You organize your elements in several rows (Matrix Layout). Then the vertical gutters in each row can be matched together. In this way you can draw a vertical lines to separate your UI elements like columns in a table.

BR, Siarhei

Former Member
0 Kudos

Use a MatrixLayout and set MatrixData.vGutter=*_WITH_RULE for the contained UI elements that should get a vertical line at their left side.

Armin

Former Member
0 Kudos

If you don't want to use table, you can try using groups.

But there is no vertical ui element.