This component creates a menu with text links that can be used for many purposes. A common use of it is as a "See Also" menu for a web page. A postfix- and a prefix-text can also be used to create different looks for the menu.

The Horizontal Menu Text component.
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. It uses styles to determine the look of the menu items. |
| Allow multiline menu |
Bool |
Set to false if you do not want the menu to use more than one line. |
| Allow menu items to break |
Bool |
If "Allow multiline menu" is set to true, set this to false if you do not want a line break to occur in a menu item. |
| Horizontal Align |
Enum |
Horizontal alignment for the items. Possible values:
|
| Vertical Align |
Enum |
Vertical alignment for the items. Possible values:
- Top
- Middle
- Bottom
- Baseline
|
| Separator Image |
Resource |
Image, that if used, is placed between the menu items. |
| Separator Text |
String |
If used and no separator image is specified, this text is placed between the menu items. |
| Style for Separator Text |
Style |
Style used for the separator text. |
| Prefix Text |
String |
If not empty, this text is placed before the menu items. |
| Prefix Style |
Style |
Style used for the prefix text. |
| Postfix Text |
String |
If not empty, this text is placed after the menu items. |
| Postfix Style |
Style |
Style used for the postfix text. |
| Link Selected Item |
Bool |
If "Link Selected Item" is set to true, the selected items will also be linked. |