views:

178

answers:

2

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

+4  A: 

Take a look at codeproject Scroll Synchronization

volody
Thanks for the quick response! This was exactly what I was looking for, already have it implemented and working :)
stevosaurus
A: 

The Scroll Synchronization project doesn't work for Datagrid because it doesn't expose ScrollToVerticalOffset

Michael