I see that DataGridView’s have a FirstDisplayedRowIndex property, but is read only…
Is there a way to scroll to a specific row in the datagridview?
Thanks,
Levie
Hi Levie,
FirstDisplayedRowIndex is readonly for now, but you can use ScrollCellIntoView property that allows to specify a column and row to scroll to.
Best regards
Frank
Please login first to submit.