ScrollViewer.PanningRatio Property

Definition

Gets or sets the ratio of scrolling offset to translate manipulation offset.

public:
 property double PanningRatio { double get(); void set(double value); };
public double PanningRatio { get; set; }
member this.PanningRatio : double with get, set
Public Property PanningRatio As Double

Property Value

The ratio of scrolling offset to translate manipulation offset. The default is 1.

Remarks

When a user drags a finger across an object, it is considered a translate manipulation. The ScrollViewer uses that manipulation to scroll. The PanningRatio property specifies how much the ScrollViewer scrolls for each unit of translation. For example, if PanningRatio is 2, the ScrollViewer will scroll 2 device-independent units (1/96th inch per unit) for every device-independent unit (1/96th inch) of the translate manipulation.

Applies to