DataGridView Question

usvpn

Freshman
Joined
Apr 19, 2010
Messages
45
Hi,
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
But didn't work, so how can I move this pointer to the other rows via code?
 

Attachments

Back
Top