Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

orientedvirtualizingpanel_mousewheelright_680463857.md

File metadata and controls

22 lines (16 loc) · 1.06 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelRight
winrt method

Microsoft.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelRight

-description

Scrolls content by one mouse-wheel click toward the right.

-remarks

This implementation calls SetHorizontalOffset using a default value for "mouse-wheel click" of 48 pixels (3 lines), which comes from a default ScrollViewer.

-examples

-see-also