WPF/MVVM: Sync scrolling of two datagrids in different views
Posted
by stevosaurus
on Stack Overflow
See other posts from Stack Overflow
or by stevosaurus
Published on 2010-05-14T19:55:16Z
Indexed on
2010/05/14
20:04 UTC
Read the original article
Hit count: 544
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
© Stack Overflow or respective owner