Class ComboBoxTokensWrapMode
Contains values for the TokensWrapMode enumeration that determines whether to display the items vertically or horizontally.
Inheritance
System.Object
ComboBoxTokensWrapMode
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class ComboBoxTokensWrapMode : Enum
Fields
None
The tokens are displayed in a single horizontal line.
Declaration
public const ComboBoxTokensWrapMode None
Field Value
Type |
---|
ComboBoxTokensWrapMode |
Wrap
The tokens are arranged vertically, stacking them in columns to prevent overflow beyond the visible space.
Declaration
public const ComboBoxTokensWrapMode Wrap
Field Value
Type |
---|
ComboBoxTokensWrapMode |