Specifies how items are placed within lines for display in bar.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax Members
| Member name | Value | Description |
---|
| Singleline | 0 | Specifies items are placed on single line but may not all be visible. |
| Multiline | 1 | Specifies items are split over number of lines required to fully show all items. |
| Exactline | 2 | Specifies items are placed on single line and shrunk/expanded to fit the line exactly. |
| Shrinkline | 3 | Specifies items are placed on single line and shrunk to try and make all visible. |
| Expandline | 4 | Specifies items are placed on single line and expanded to try and fill the entire line. |
See Also