cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a vertical divider / separator line in UI5?

benjyt
Explorer
0 Kudos

I have several elements within a VBox that I want to seperate using simple vertical lines, as shown in the Mockup below.

I already tried using a Toolbar together with ToolbarSeparators, however those separators do not adjust to the height of the Toolbar. So when I set the Toolbar height to auto, the dividers do not match the height of the Toolbar.

How can I achieve the desired result?

Accepted Solutions (0)

Answers (1)

Answers (1)

AlexNecula
Active Contributor
0 Kudos

You could try with custom CSS to change the toolbar's line height.

Another option would be to use flexbox for layout and the separator would be an HTML tag.