Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.04 KB

orientedvirtualizingpanel_mousewheelup_473700386.md

File metadata and controls

24 lines (16 loc) · 1.04 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelUp
winrt method

Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel.MouseWheelUp

-description

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

-remarks

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

-examples

-see-also