Skip to main content
All docs
V25.1
  • 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.v25.1.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