Xamarin.Forms.AbsoluteLayout.LayoutChildren Method
Positions and sizes the children of an AbsoluteLayout.

Syntax

protected override void LayoutChildren (double x, double y, double width, double height)

Parameters

x
The X coordinate of the region that contains the child elements and that is used to calulate proportional values.
y
The Y coordinate of the region that contains the child elements and that is used to calulate proportional values.
width
The width of the the region that contains the child elements and that is used to calulate proportional values.
height
The height of the region that contains the child elements and that is used to calulate proportional values.

Remarks

Application developers can override AbsoluteLayout.LayoutChildren to change the default behavior of Xamarin.Forms.AbsoluteLayout. When doing so, it is recommended to call the base AbsoluteLayout.LayoutChildren method and then modify the dimensions and locations of the children directly.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0