Back to Devexpress

DXCollectionView.IsScrollBarVisible Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-1c0ac819.md

latest961 B
Original Source

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

csharp
public bool IsScrollBarVisible { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true if the scrollbar is displayed; otherwise, false.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace