This component renders a menu vertically. The menu items are created using the GRE, which means that they are dynamic images that automatically will change whenever needed. If menu items have children, these will expand below using styles for their layout.

The Vertical Menu GRE component.
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. It uses GRE styles to create (image-)buttons for the menu items. |
| 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 button turn into selected GRE-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. |
| Spacing between buttons |
Integer |
The spacing in pixels between the buttons on the top level. |
| 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. |