Step Method (JScrollBar)
Class
JScrollBar
class
Action
Increments the current scroll position by specified steps.
Syntax
scrollBar
.
Step
(
stepCount
)
Variable
Description
stepCount
The number of steps to increment. INTEGER.
Examples
ScrollBar.Step
(1)