Back to Devexpress

NavBarControl.SkinExplorerBarViewScrollStyle Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-cde58c15.md

latest2.1 KB
Original Source

NavBarControl.SkinExplorerBarViewScrollStyle Property

Gets or sets how the control 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
[DefaultValue(SkinExplorerBarViewScrollStyle.Default)]
[XtraSerializableProperty]
public SkinExplorerBarViewScrollStyle SkinExplorerBarViewScrollStyle { get; set; }
vb
<DefaultValue(SkinExplorerBarViewScrollStyle.Default)>
<XtraSerializableProperty>
Public Property SkinExplorerBarViewScrollStyle As SkinExplorerBarViewScrollStyle

Property Value

TypeDefaultDescription
SkinExplorerBarViewScrollStyleDefault

A SkinExplorerBarViewScrollStyle value that specifies scroll mode.

|

Available values:

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.

|

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

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace