I was wondering if someone could explain what the DataGridView FirstDisplayedscrollingRowIndex property does?
I am trying to find a way to scroll to hidden rows by using the down arrow key. When the row that has focus moves out of sight I would like the Grid to scroll along with it. I am not sure if the above property will help with this. Thank you for the help.