Skip to main content

ScrollingSettings.SetScrollMode(DependencyObject, ScrollMode) Method

Sets the value of the ScrollingSettings.ScrollMode attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public static void SetScrollMode(
    DependencyObject obj,
    ScrollMode value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value ScrollMode

The required ScrollMode value.

See Also