ScrollVisible: Boolean
The ScrollVisible property determines whether scrollbars are visible.
Available values:
true. Scrollbars are displayed (default).
false. Scrollbars are not displayed.
Use JSON or the setScrollVisible method to set the property value and the getScrollVisible method to get the property value.
The property use is given in description of the StackPanel.DeferredResize property.
See also: