NavBarGroup.ActualScrollMode Property
Gets the actual scroll mode for a group.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Scroll |
A Scroll |
Available values:
Name | Description |
---|---|
Buttons | A specific Nav |
Scroll |
A specific Nav |
None | No visual scrolling elements are displayed. |
#Remarks
You can specify the scroll mode for all groups via the ScrollingSettings.ScrollMode attached property, and for individual groups via the NavBarGroup.GroupScrollMode property. The NavBarGroup.GroupScrollMode property has a higher priority. To get the actual scroll mode for a group, use the ActualScrollMode property.