AutoScrollSize: Boolean;
The AutoScrollSize property determines that scroll bars size is taken in consideration on component refreshing.
Use JSON to set the property value and the getAutoScrollSize method to get the property value.
Available values:
true. On component refreshing scroll bars size is taken in consideration (default).
false. On component refreshing scroll bars size is not taken in consideration.
The example of use is given in the page with description of the StackPanel.DeferredResize property.
See also: