ScrollableTextBox QML Type
A scrollable multi-line text input control. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- font : font
- placeholderText : string
- readOnly : bool
- text : string
Detailed Description
ScrollableTextBox provides a multi-line text editing area with scrolling support. It is suitable for entering or displaying larger amounts of text that exceed the visible area.
Property Documentation
font : font
The font used for displaying the text content.
placeholderText : string
The placeholder text displayed when the text box is empty.
readOnly : bool
Whether the text box is read-only. When true, the user cannot modify the text content.
text : string
The current text content of the text box.