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

ScrollingSettings.ScrollMode Attached Property

Gets or sets how a specific NavBar object is scrolled, using a scroll bar or scroll buttons. This is an attached property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

#Declaration

#Returns

Type Description
ScrollMode

A ScrollMode value that specifies how a NavBar object is scrolled.

#Remarks

You can use the ScrollMode attached property to specify how a NavBar control’s NavBarControl.View is scrolled. Apply this property to an object assigned to the NavBarControl.View property.

You can also specify the scroll mode for individual groups via the NavBarGroup.GroupScrollMode property. This property, if used, overrides the ScrollMode setting applied to the NavBar control’s View.

See Scrolling to learn more.

See Also