I have a WPF Grid with 3 "sections": 1, 2, and 3.
When Horizontal (H) is moved, I need 1 and 3 to move.
When Vertical (V) is moved, I need 2 and 3 to move.
Is this possible with such a layout to use a ScrollViewer, or am I looking for a more complex solution?
Thanks.