Back to Devexpress

SkinExplorerBarViewScrollStyle Enum

windowsforms-devexpress-dot-xtranavbar-9c84fc6b.md

latest1.6 KB
Original Source

SkinExplorerBarViewScrollStyle Enum

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.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public enum SkinExplorerBarViewScrollStyle
vb
Public Enum SkinExplorerBarViewScrollStyle

Members

NameDescription
Default

Currently, this is the same as the SkinExplorerBarViewScrollStyle.Buttons option.

| | Buttons |

The control is scrolled using scroll buttons.

| | ScrollBar |

The control is scrolled using a scroll bar.

|

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

DevExpress.XtraNavBar Namespace