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

ScrollMode Enum

Enumerates values that specify how the content of the NavBarControl is scrolled.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.2.dll

Declaration

public enum ScrollMode

Members

Name Description
Buttons

A specific NavBar object is scrolled via scroll buttons.

ScrollBar

A specific NavBar object is scrolled via a Scroll Bar.

None

No visual scrolling elements are displayed.

Related API Members

The following properties accept/return ScrollMode values:

Remarks

See ScrollingSettings.ScrollMode to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ScrollMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also