Hello, I want to allow Click and Drag scrolling using a ScrollViewer. I have a nested StackPanel inside the ScrollViewer and the scrolling is working. How do I allow the user to click anywhere inside the ScrollViewer and drag up/down to scroll?
Thanks