Syncronize scrolling of 2 dataGridViews
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
Hi I have two DataGridViews that have the same number of cells. I need each DataGridView to scroll when user scrolls the other one.
-
Hi I have two DataGridViews that have the same number of cells. I need each DataGridView to scroll when user scrolls the other one.
DGV2.FirstDisplayedScrollingRowIndex = DGV1.FirstDisplayedScrollingRowIndex DGV2.FirstDisplayedScrollingColumnIndex = GV1.FirstDisplayedScrollingColumnIndex