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