DXCollectionView.IsScrollBarVisible Property
In This Article
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
C#
public bool IsScrollBarVisible { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also