ScrollViewer GridView XAML

Posted by Michel Bakker on Stack Overflow See other posts from Stack Overflow or by Michel Bakker
Published on 2012-08-17T12:40:04Z Indexed on 2012/10/05 15:37 UTC
Read the original article Hit count: 251

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about xaml

Related posts about gridview