I\'m currently writing an app for Windows 8 using Metro and C#. In my app I use a combination of scrollviewer and gridview to show my data. My problem is however, how can I make
There are default styles for unidirectional scrolling in a ScrollViewer
Use these styles to scroll with the mouse wheel. You may need to click to give focus to the ScrollViewer so it will move.