datagrid - sync scroll
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Folks I have 2 datagrids - don't worry about the contents. When I scroll datagrid1, I want to scroll datagrid2 so that both datagrids have the same row number for the first visible row. I know how to scroll to, but I have no idea how to get the rownumber of that first visible row in datagrid1. A code scrap would be much appreciated. Thanks