ScrollType#
- class ScrollType#
Scrolling types.
Fields#
- class ScrollType
- END#
Scroll to end.
- JUMP#
Jump to new location.
- NONE#
No scrolling.
- PAGE_BACKWARD#
Page backward.
- PAGE_DOWN#
Page down.
- PAGE_FORWARD#
Page forward.
- PAGE_LEFT#
Page to the left.
- PAGE_RIGHT#
Page to the right.
- PAGE_UP#
Page up.
- START#
Scroll to start.
- STEP_BACKWARD#
Step backward.
- STEP_DOWN#
Step down.
- STEP_FORWARD#
Step forward.
- STEP_LEFT#
Step to the left.
- STEP_RIGHT#
Step to the right.
- STEP_UP#
Step up.