Skip to main content
All docs
V26.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.v26.1.dll

    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