DXTreeView.IsScrollBarVisible Property
In This Article
Gets or sets whether the scrollbar is displayed in the DXTreeView. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public bool IsScrollBarVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also