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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
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