Method FillAbsoluteLayout
FillAbsoluteLayout(BindableObject)
Sets the layout flags and bounds of the specified bindable object to occupy the entire area of its parent AbsoluteLayout.
public static void FillAbsoluteLayout(BindableObject obj)
Parameters
objBindableObjectThe bindable object whose layout flags and bounds are to be set. Cannot be null.
Remarks
This method configures the object to fill its parent AbsoluteLayout by setting its layout flags to All and its bounds to cover the full area. Use this method when you want the child to automatically size and position itself to fill the parent container.