Click or drag to resize

BarMultiline Enumeration

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
C#
public enum BarMultiline
Members
  Member nameValueDescription
Singleline0Specifies items are placed on single line but may not all be visible.
Multiline1Specifies items are split over number of lines required to fully show all items.
Exactline2Specifies items are placed on single line and shrunk/expanded to fit the line exactly.
Shrinkline3Specifies items are placed on single line and shrunk to try and make all visible.
Expandline4Specifies items are placed on single line and expanded to try and fill the entire line.
See Also