Method ScrollRows
ScrollRows(int)
Scroll by the specified number of rows which may be positive (to scroll down) or negative (to scroll up).
public virtual bool ScrollRows(int rows)
Parameters
rowsintNumber of items to scroll.
Returns
- bool
trueif the control was scrolled,falseotherwise (for example, if we're trying to scroll down but we are already showing the last row).