TabSheetSettings.MouseWheelScrollStep

Syntax

MouseWheelScrollStep: Number

Description

The MouseWheelScrollStep property sets the number of rows to which the mouse wheel is scrolled.

Comments

Use JSON or the setMouseWheelScrollStep method to set the property value, and the getMouseWheelScrollStep method to get the property value. Property value cannot be set from JSON.

Default property value is three.

Example

The example of property use is given on the Example of Creating the TabSheet Component page.

See also:

TabSheetSettings