How can I make a Windows 8 Metro scrollviewer respond to mousewheel?

后端 未结 3 480
无人共我
无人共我 2021-02-09 10:16

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

3条回答
  •  无人共我
    2021-02-09 11:08

    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.

    
        
    
    

提交回复
热议问题