SkinExplorerBarViewScrollStyle Enum
In This Article
Lists the values that specify how a NavBarControl 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
#Members
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. |
#Related API Members
The following properties accept/return SkinExplorerBarViewScrollStyle values:
#Remarks
Use the NavBarControl.SkinExplorerBarViewScrollStyle property to specify how a NavBarControl is scrolled when a skinning Explorer Bar View paint scheme is applied.
See Also