EnableResize: Boolean;
The EnableResize property determines whether the panel can be resized.
Available values:
true. Panel can be resized (default).
false. Panel cannot be resized.
Use JSON or the setEnableResize method to set the property value and the getEnableResize method to get the property value.
The example of property use is given in the Example of Creating the Spoiler Component page.
See also: