Hi,
I want to scroll to the first selected row in my DataGridView.
You know I programmatically select a number of rows, and then want to scroll to the 1st selected row.
I heard about FirstDisplayedScrollingRowIndex property but can't figure it.
Anyone knows how to find the 1st selected row? and then scroll to it?
Thank you
I want to scroll to the first selected row in my DataGridView.
You know I programmatically select a number of rows, and then want to scroll to the 1st selected row.
I heard about FirstDisplayedScrollingRowIndex property but can't figure it.
Anyone knows how to find the 1st selected row? and then scroll to it?
Thank you