Skip to main content
A newer version of this page is available. .
All docs
V22.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.v22.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