TextArea
The TextArea
is similar to TextField, but here several lines can be edited as well as styled text support.

Methods
Method | Description |
---|---|
| Returns true if the textarea is editable |
| Sets the editable option |
| Returns the cursor type |
| Sets the cursor type |
| Create scrollbar and return it |
| Remove scrollbar |
| Updates the scrollbar if present |
| Returns the cursor of character in current line |
| Returns the line cursor |
| Sets the text value |
| Returns the text value |
| Returns the currently displayed lines |
Events
Event | Description |
---|---|
TextChangedEvent | Event on change of text |