DataGrid.MouseWheelScrollStep

Syntax

MouseWheelScrollStep: Number;

Description

The MouseWheelScrollStep property determines mouse wheel scroll step for table in pixels.

Comments

Use JSON or the setMouseWheelScrollStep method to set the property value, and the getMouseWheelScrollStep method to get the property value.

Default property value is 20.

Example

The example of use is given on the page with description of the DataGrid.LastHScrollBarPos property.

See also:

DataGrid