Back to Devexpress

DataViewBase.WheelScrollLines Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-9b4b6383.md

latest1.3 KB
Original Source

DataViewBase.WheelScrollLines Property

Gets or sets the number of rows to scroll vertically in response to mouse wheel events. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double WheelScrollLines { get; set; }
vb
Public Property WheelScrollLines As Double

Property Value

TypeDescription
Double

A Double value that specifies the number of rows to scroll vertically in response to mouse wheel events.

|

Remarks

The default value of the WheelScrollLines property is 3.

See Also

ScrollStep

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace