In This Article

ZoomContentControlScrollViewer Class

Represents a ScrollViewer for use with the ZoomContentControl.

public class ZoomContentControlScrollViewer : ScrollViewer
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl ScrollViewer object

Constructors

ZoomContentControlScrollViewer()

Initializes an instance of the class.

public ZoomContentControlScrollViewer()

Methods

OnMouseLeftButtonDown(MouseButtonEventArgs)

Responds to a click of the left mouse button.

protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameter Type Description
e MouseButtonEventArgs

Required arguments that describe this event.

OnMouseWheel(MouseWheelEventArgs)

Responds to a click of the mouse wheel.

protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameter Type Description
e MouseWheelEventArgs

Required arguments that describe this event.

Extension Methods