WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TokensWrapMode

    Show / Hide Table of Contents

    Enum TokensWrapMode

    Specifies how the tokens are arranged in the SfTextBoxExt.

    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public enum TokensWrapMode

    Fields

    Name Description
    None

    Specifies that tokens will get displayed in single line with horizontal scrolling.

    Wrap

    Specifies that tokens can get wrapped for multiple lines. You can control whether TextBoxExt can autosize based on number of lines using EnableAutoSize property.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved