Skip to main content

DXCollectionView.IsScrollBarVisible Property

Gets or sets whether the scrollbar is displayed in the view. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public bool IsScrollBarVisible { get; set; }

Property Value

Type Default Description
Boolean true

true if the scrollbar is displayed; otherwise, false.

See Also