Can anybody please explain to me why theMouseDownevent is not reaching theScrollViewerin this easy example?
MouseDown
ScrollViewer
You will probably need to set Focusable="False" on the ScrollViewer to allow the mouse events to pass though
Focusable="False"
Output:
ScrollViewer_PreviewMouseDown Canvas_PreviewMouseDown Canvas_MouseDown ScrollViewer_MouseDown