DXCollectionView.IsScrollBarVisible Property
Gets or sets whether the scrollbar is displayed in the view.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public bool IsScrollBarVisible { get; set; }
Property Value
Type |
---|
Boolean |
See Also