Property autoResize
autoResize
Automatically resize the TextArea if the content is larger than the current size.
Declaration
public bool autoResize { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
This will only grow the TextArea. It will not shrink it.