StackPanel::MouseWheelLeft Method ()
.NET Framework (current version)
Scrolls content logically to the left in response to a click of the mouse wheel button.
Assembly: PresentationFramework (in PresentationFramework.dll)
Implements
IScrollInfo::MouseWheelLeft()If you require physical scrolling instead of logical scrolling, wrap the StackPanel in a ScrollViewer and set its CanContentScroll property to false.
.NET Framework
Available since 3.0
Available since 3.0
Show: