Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public enum SkinExplorerBarViewScrollStyle

Members

Name Description
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.

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.

The current paint scheme is specified by the NavBarControl.PaintStyleName property. To apply a skinning Explorer Bar View paint scheme, set this property to one of the following values: SkinExplorerBarView, Skin:Caramel, Skin:Money Twins, Skin:Lilian, Skin:The Asphalt World, Skin:iMaginary, Skin:Black or Skin:Blue. More skins will be added in the future.

See Also