Specifies how the TextBox behaves when the text doesn't fit into the available width. Setting TextFitMode affects the TextWrapping setting accordingly.
Specifies how the TextBox behaves when the text doesn't fit into the available width. Setting TextFitMode affects the TextWrapping setting accordingly.
| Name | Type | Description |
|---|---|---|
| Clip | Enum | Clip the text in the TextBox to the available space. Don't show tooltip on overflow. |
| Trim | Enum | Trim the text in the TextBox to the available space. On overflow, show tooltip. |
| Wrap | Enum | Wrap the text on mulitple lines on overflow. |