Modifier

StackPanel.MouseWheelRight Method

Definition

Scrolls content logically to the right in response to a click of the mouse wheel button.

public:
 virtual void MouseWheelRight();
public void MouseWheelRight ();
abstract member MouseWheelRight : unit -> unit
override this.MouseWheelRight : unit -> unit
Public Sub MouseWheelRight ()

Implements

Remarks

If you require physical scrolling instead of logical scrolling, wrap the StackPanel in a ScrollViewer and set its CanContentScroll property to false.

Applies to