Syncing DataGrid scroll bars #15569
Unanswered
DarkMortainius
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can got ispiration from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a program where I need a window with two DataGrids side-by-side for a comparison view. I would like to tie the two scrollbars together so that when you scroll in one DataGrid, it also scrolls the other. I tried putting each of them inside a ScrollViewer and was able to tie those together, but that didn't work because it would only scroll to the bottom of the currently displayed view in the DataGrid, it didn't actually scroll the DataGrid. Any ideas or pointers on how to implement this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions