ScrollViewer GridView XAML
- by Michel Bakker
I am currently building a Windows 8 XAML C# application. In a page I have a scrollviewer for horizontal swiping and scrolling. I have several controls in it which work really well with the scorllviewer. But when you scroll and your cursor is on top of the ListView / GridView, then that control will handle scrollnig instead of the scrollviewer.
With swiping this doesn't happen, but with the mouse scrollwheel it stops the scrollvieweing scroll.
Does anybody know how to disable this behavior or have a workaround?