ScrollBarSettingsDisplayVerticalScrollBar Property

True to display built-in vertical scrollbar; false otherwise.

Definition

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

Property Value

Boolean

Remarks

Note that the user is always able to scroll the contents of DataGrid if the document is larger than the client area.

See Also