Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

carouselpanel_mousewheelright_680463857.md

File metadata and controls

20 lines (14 loc) · 607 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.CarouselPanel.MouseWheelRight
winrt method

Microsoft.UI.Xaml.Controls.Primitives.CarouselPanel.MouseWheelRight

-description

Scrolls content by one mousewheel click towards the right.

-remarks

This implementation calls SetHorizontalOffset using a default value for "mousewheel click" of 48 pixels (3 lines) that comes from a default ScrollViewer.

-examples

-see-also