ScrollBarExtensions.PreventParentScrolling Attached Property
Gets or sets whether to disable scrolling for the control’s parents when you scroll the control’s content.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetPreventParentScrolling(DependencyObject) and SetPreventParentScrolling(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean |
|
See Also