ScrollView.LayoutChildren(Double, Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Double
A value that represents the x coordinate of the child region bounding box.
- y
- System.Double
A value that represents the y coordinate of the child region bounding box.
- width
- System.Double
A value that represents the y coordinate of the child region bounding box.
- height
- System.Double
A value that represents the y coordinate of the child region bounding box.