Android.Views.ViewGroup.MeasureChildren Method
Ask all of the children of this view to measure themselves, taking into account both the MeasureSpec requirements for this view and its padding.

Syntax

[Android.Runtime.Register("measureChildren", "(II)V", "GetMeasureChildren_IIHandler")]
protected virtual void MeasureChildren (int widthMeasureSpec, int heightMeasureSpec)

Parameters

widthMeasureSpec
The width requirements for this view
heightMeasureSpec
The height requirements for this view

Remarks

Ask all of the children of this view to measure themselves, taking into account both the MeasureSpec requirements for this view and its padding. We skip children that are in the GONE state The heavy lifting is done in getChildMeasureSpec.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1