Hi,
When opening a form with a datagridview, I would like the grid to scroll
to the last row. If the row is visible there is no problem. The grid has a
binding source which is bound to a bindinglist<T>. I then set the binding
source position to the last item of the list, but the grid does not scroll
to the bottom. Looking for ideas!
Mel
Andy - 30 Mar 2006 19:03 GMT
See this post:
http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.co
ntrols/browse_thread/thread/f22c39345c0143d1/edd2c5eaf70469de?lnk=st&q=scrolling
+to+datagridview+row&rnum=14#edd2c5eaf70469de
Mel - 30 Mar 2006 19:36 GMT
Unfortunately that didn't make the grid scroll, but it did select that row
transactionCollectionDataGridView.CurrentCell =
transactionCollectionDataGridView.Rows[15].Cells[0];
> See this post:
> http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.co
ntrols/browse_thread/thread/f22c39345c0143d1/edd2c5eaf70469de?lnk=st&q=scrolling
+to+datagridview+row&rnum=14#edd2c5eaf70469de