ScrollView.LayoutChildren(Double, Double, Double, Double) Method

Definition

Positions and sizes the content of a ScrollView.

protected override void LayoutChildren (double x, double y, double width, double height);
override this.LayoutChildren : double * double * double * double -> unit

Parameters

x
Double

A value that represents the x coordinate of the child region bounding box.

y
Double

A value that represents the y coordinate of the child region bounding box.

width
Double

A value that represents the y coordinate of the child region bounding box.

height
Double

A value that represents the y coordinate of the child region bounding box.

Applies to