Method ScrollRight
ScrollRight(int)
Scrolls the view to the right.
public bool ScrollRight(int cols)
Parameters
colsintNumber of columns to scroll by.
Returns
- bool
true, if right was scrolled,falseotherwise.
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.