Skip to main content

DataGridView.IsVerticalScrollBarVisible Property

Gets or sets whether the vertical scrollbar is shown in the grid.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public bool IsVerticalScrollBarVisible { get; set; }

Property Value

Type Description
Boolean

true, if the the vertical scrollbar is shown; otherwise, false.

See Also