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 |
|
See Also