StackPanel.AutoScrollSize

Syntax

AutoScrollSize: Boolean;

Description

The AutoScrollSize property determines that scroll bars size is taken in consideration on component refreshing.

Comments

Use JSON to set the property value and the getAutoScrollSize method to get the property value.

Available values:

Example

The example of use is given in the page with description of the StackPanel.DeferredResize property.

See also:

StackPanel