Display and Hide Scroll Bars

Controlling Scroll Bar Visibility

To control the scroll bars' visibility in GridDesktop, use the IsVerticalScrollBarVisible and IsHorizontalScrollBarVisible properties. The examples below show how to hide and show scroll bars.

Programming Samples: Hiding Scroll Bars

To hide scroll bars, set the properties that control visibility to false.

Programming Samples: Making Scroll Bars Visible

To make scroll bars visible, set the properties that control visibility to true.