usvpn Posted August 8, 2010 Posted August 8, 2010 Hi, Anyone knows what's the name of this pointer in DataGridView (attached picture)? And how can I move it programatically? I tried: 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.