Display and Hide Scroll Bars

Controlling Scroll Bar Visibility

To control scroll bar’s visibility in the 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 scrollbars, set the properties that control visibility to false.

Programming Samples: Making Scroll Bars Visible

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