Back to Devexpress

DXScrollView.IsScrollBarVisible Property

maui-devexpress-dot-maui-dot-core-dot-dxscrollview-27ecc48d.md

latest879 B
Original Source

DXScrollView.IsScrollBarVisible Property

Gets or sets whether to show a scroll bar when users scroll the content or the scroll bar should be always hidden. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public bool IsScrollBarVisible { get; set; }

Property Value

TypeDescription
Boolean

true if a scroll bar is visible; otherwise, false.

|

See Also

DXScrollView Class

DXScrollView Members

DevExpress.Maui.Core Namespace