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