ScrollEventType.LARGE_INCREMENT

Overview | Methods | Fields | This Package | All Packages

ScrollEventType.LARGE_INCREMENT

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

Syntax

public static final int LARGE_INCREMENT;

Remarks

A scroll event of this type occurs when the user clicks below or to the right of the scroll thumb. 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 PAGE DOWN key.