This component renders a menu vertically. The menu items are created using styles. Children to menu items will expand below each top item.

Two Vertical Menu Text components
with different styles used.
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. |
| Menu Type |
Enum |
The menu can be forced to show either 1, 2 or all levels. Possible values for this property:
- 1 Level
- 2 Level
- Multi Level
|
| Always open |
Bool |
If set to true, the menu will show all its items at all times. |
| Select top item if child is selected |
Bool |
Makes the top level buttons use the selected-style if any child is the current document. |
| Allow multiline sub items |
Bool |
Set to false if you do not want the items below the top level to be able to break to a new line. |
| Indentation of Children |
Integer |
The indentation in pixels for each sub level. |
| Indent Background for sub items |
Bool |
Set to true to indent the background of the sub menu items. |
| Background Style |
Style |
The style used for the container of the component |
| Normal Style |
Style |
The style used for the sub menu items. |
| Selected Style |
Style |
The style used for sub menu items referring to the current document. |
| Mouse Over Style |
Style |
The style used for sub menu items when the mouse is over them. |