I have 3 lists and I want to scroll one, meanwhile the others also scroll. I can scroll the mouse wheel and drag the scroll bar.
Here you go:
Two list scrollbars in sync
Check out this article . It shows how this can be done using the and binding RenderTransform.
RenderTransform
Another thing you can check is the ScrollViewer.ScrollChangedevent . You can listen to this event and scroll through your lists if necessary.
ScrollViewer.ScrollChanged