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.v25.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | The object to which the attached property is written. |
| value | ScrollMode | The required ScrollMode value. |
See Also