Method ScrollDown
ScrollDown(int)
Scrolls the view down.
public bool ScrollDown(int lines)
Parameters
lines
intNumber of lines to scroll.
Returns
- bool
true
, if left was scrolled,false
otherwise.
Scrolls the view down.
public bool ScrollDown(int lines)
lines
intNumber of lines to scroll.
true
, if left was scrolled, false
otherwise.