ScrollingSettings.ScrollMode Attached Property
In This Article
Gets or sets how a specific NavBar View is scrolled, using a scroll bar or scroll buttons. This is an attached property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Scroll |
A Scroll |
#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 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