Method ScrollToRow
ScrollToRow(int, bool)
Scrolls to the specified row.
public virtual bool ScrollToRow(int row, bool validate = true)
Parameters
rowintIt will become the first visible row in the control.
validateboolWhether to perform validation on the specified item index. Optional. Default is True.
Returns
- bool
True if we scrolled the control, False if nothing was done.