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

NavBarGroup.ActualScrollMode Property

Gets the actual scroll mode for a group.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public ScrollMode ActualScrollMode { get; }

Property Value

Type Description
ScrollMode

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

Available values:

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.

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.

See Also