Method ScrollLeft
ScrollLeft(int)
Scrolls the view to the left
public bool ScrollLeft(int cols)
Parameters
cols
intNumber of columns to scroll by.
Returns
- bool
true
, if left was scrolled,false
otherwise.
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.