menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutocompleteTokensWrapMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    AutocompleteTokensWrapMode

    Wrap

    The tokens are arranged vertically, stacking them in columns to prevent overflow beyond the visible space.

    Declaration
    public const AutocompleteTokensWrapMode Wrap
    Field Value
    Type
    AutocompleteTokensWrapMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved