StackPanel.ScrollVisible

Syntax

ScrollVisible: Boolean

Description

The ScrollVisible property determines whether scrollbars are visible.

Comments

Available values:

Use JSON or the setScrollVisible method to set the property value and the getScrollVisible method to get the property value.

Example

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

See also:

StackPanel