NavBarControl.SkinExplorerBarViewScrollStyle Property
In This Article
Gets or sets how the control is scrolled when a skinning Explorer Bar View paint scheme is applied.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Skin |
Default | A Skin |
Available values:
Name | Description |
---|---|
Default | Currently, this is the same as the Skin |
Buttons | The control is scrolled using scroll buttons. |
Scroll |
The control is scrolled using a scroll bar. |
#Remarks
When a skinning Explorer Bar View paint scheme is applied, you can choose between scrolling the control using a scroll bar, or scroll buttons. Use the SkinExplorerBarViewScrollStyle property to choose the required scroll mode.
See Also