ScrollEventType.SMALL_INCREMENT

Overview | Methods | Fields | This Package | All Packages

ScrollEventType.SMALL_INCREMENT

Specifies that the value of the scroll bar was incremented by a small change in the scroll thumb.

Syntax

public static final int SMALL_INCREMENT;

Remarks

A scroll event of this type occurs when the user clicks the bottom or right scroll bar button. Additionally, if the tabStop property of the scroll bar is set to true, this type of event occurs when the scroll bar has focus and the user presses the down or right arrow keys.