Method ScrollToRow
ScrollToRow(int)
Scrolls to the specified row.
public virtual bool ScrollToRow(int rows)
Parameters
rows
intIt will become the first visible row in the control.
Returns
- bool
True if we scrolled the control, False if nothing was done.