ScrollDown Method (VerticalScrollBar)
Class
VerticalScrollBar
.
Action
Moves the scroll bar down.
Syntax
C#
verticalScrollBar
.
ScrollDown
([
amount
])
VB
verticalScrollBar
.
ScrollDown
([
amount
])
Variable
Description
amount
Optional
: The number of ticks to scroll.
Integer
.