datagrid view scroll
-
hi, i have a problem with my datagridview, well not realy a problem, but you know... if i add a new row, the selected cell is the first row again, and if i have more rows then u can see you dont know if there is one added or not unless you scroll down. i want my view to be on the last added row instead of the first. how can i do this? thx
-
hi, i have a problem with my datagridview, well not realy a problem, but you know... if i add a new row, the selected cell is the first row again, and if i have more rows then u can see you dont know if there is one added or not unless you scroll down. i want my view to be on the last added row instead of the first. how can i do this? thx
Hi, I think setting CurrentCell to some cell of the newly added row will let the DataGridView automatically scroll to this one. Robert
-
Hi, I think setting CurrentCell to some cell of the newly added row will let the DataGridView automatically scroll to this one. Robert