A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
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
Feedback