ScrollBarExtensions.PreventParentScrolling Attached Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
See GetPreventParentScrolling(DependencyObject) and SetPreventParentScrolling(DependencyObject, Boolean).
#Returns
Type | Description |
---|---|
Boolean |
|
See Also