Hi there,
My data grid view is small it can only take 10 rows and when they exceed the other rows I add are not visible is there any code that can get my datagrid to scroll so that I can always view my last rows.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 30, 2015, 2:30 PM
dataGridView1.CurrentCell.Selected = false; // if you don't want to actually select it
Marvin kakuruPosted Jan 31, 2015, 7:15 AM
kind regards