ScrollView.SetScrolledPosition(Double, Double) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetScrolledPosition (double x, double y);
abstract member SetScrolledPosition : double * double -> unit
override this.SetScrolledPosition : double * double -> unit

Parameters

x
System.Double

For internal use by the Xamarin.Forms platform.

y
System.Double

For internal use by the Xamarin.Forms platform.

Implements

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to