Skip to main content
All docs
V23.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.v23.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