Skip to main content
All docs
V23.2

ScrollBarExtensions.MiddleMouseScrollThreshold Property

Gets or sets the number of pixels in which a user should move the mouse pointer to start middle mouse scrolling.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static double MiddleMouseScrollThreshold { get; set; }

Property Value

Type Default Description
Double `10`

The number of pixels in which a user should move the mouse pointer to start middle mouse scrolling.

See Also