ScrollBarSettingsAutoHideScrollBars Property

True to show scroll Bars only if they are needed (if the document is larger than the client area); false to show them always.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public bool AutoHideScrollBars { get; set; }

Property Value

Boolean

Remarks

If set to true and the document is smaller than the client area, scroll Bars will be disabled. Note that if DisplayHorizontalScrollBar or DisplayVerticalScrollBar is set to false, then this property is ignored.

See Also