Metro style : Scrolling with mouse wheel
问题 I have gridview in the gridview and want to implement the mouse wheel scrolling functionality. So I added this block into the internal gridview <GridView.Template> <ControlTemplate > <ItemsPresenter /> </ControlTemplate> </GridView.Template> But in this case swiping doesn't work How manage I to solve this problem? part 2. I'll try to describe this situation more deeply. I have main screen that should realize functionality like on the main screen in Windows 8. It should be zoomed in/out. That