Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.2
  • ScrollBarExtensions.MiddleMouseScrollSpeed Property

    Gets or sets the scroll speed multiplier in middle-click to scroll mode.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static double MiddleMouseScrollSpeed { get; set; }

    Property Value

    Type Default Description
    Double `1`

    The scroll speed multiplier.

    See Also