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