WPF/MVVM: Sync scrolling of two datagrids in different views
- by stevosaurus
I have two datagrids side by side bound to different data tables and each with their own view.
The datatables both have the same number of rows, and I want both grids to maintain the same scroll position.
I am having trouble finding a way to do this using MVVM... anyone have any ideas?
Thanks!
-Steven