Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win

#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.

See Also