Method ScrollRight
ScrollRight(int)
Scrolls the view to the right.
public bool ScrollRight(int cols)
Parameters
cols
intNumber of columns to scroll by.
Returns
- bool
true
, if right was scrolled,false
otherwise.
Scrolls the view to the right.
public bool ScrollRight(int cols)
cols
intNumber of columns to scroll by.
true
, if right was scrolled, false
otherwise.