Skip to main content
A newer version of this page is available. .
All docs
V22.2

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.v22.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

true to disable scrolling for the control’s parents when you scroll the control’s content; otherwise, false.

See Also