EnableResize: Boolean;
The EnableResize property determines whether the text area can be resized.
Use JSON or the setEnableResize method to set the property value, and the getEnableResize method to get the property value.
If the property is set to True text area can be resized, otherwise it cannot be resized.
Text area can be resized by dragging bottom right corner of editor text area.
The example of use is given in description of the TextEditor constructor.
See also: