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. |