Skip to main content
All docs
V23.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.v23.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