Step Method (IAWTScroller)
Class
IAWTScroller
.
Action
Increments the current scroll position by specified steps.
Syntax
iAWTScroller
.
Step
(
stepCount
)
Variable
Description
stepCount
The number of steps to increment.
Integer
.
Examples
scrollBar.Step
(1)