Property VisibilityMode
VisibilityMode
public ScrollBarVisibilityMode VisibilityMode { get; set; }
Property Value
Remarks
The default is Manual, meaning the scrollbar does not automatically manage its visibility.
For built-in View scrollbars (VerticalScrollBar and HorizontalScrollBar), use the HasVerticalScrollBar and HasHorizontalScrollBar flags to enable them. Setting these flags automatically sets VisibilityMode to Auto.