VirtualizingStackPanel.MouseWheelRight Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Scrolls content logically to the right.
Assembly: System.Windows (in System.Windows.dll)
You can override MouseWheelRight in a derived class to change how the stack panel responds.
If you require physical scrolling instead of logical scrolling, wrap the VirtualizingStackPanel in a ScrollViewer and set its CanVerticallyScroll or CanHorizontallyScroll property to false. In this case, the ScrollViewer provides scrolling, and virtualization is disabled.