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

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.v19.1.dll

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