ScrollBarExtensions.ScrollBehavior Attached Property
Gets or sets the scroll behavior.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetScrollBehavior(DependencyObject) and SetScrollBehavior(DependencyObject, ScrollBehaviorBase).
Returns
Type | Description |
---|---|
DevExpress.Xpf.Core.ScrollBehaviorBase | The scroll behavior. |
See Also