Hi,
Anyone knows what's the name of this pointer in DataGridView (attached picture)?
And how can I move it programatically?
I tried:
But didn't work, so how can I move this pointer to the other rows via code?
Anyone knows what's the name of this pointer in DataGridView (attached picture)?
And how can I move it programatically?
I tried:
Visual Basic:
DataGridView1.Rows.Item(2).Selected = True
DataGridView1.FirstDisplayedScrollingRowIndex = 2