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

Syntax

[Android.Runtime.Register("measureChild", "(Landroid/view/View;II)V", "GetMeasureChild_Landroid_view_View_IIHandler")]
protected virtual void MeasureChild (View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)

Parameters

child
The child to measure
parentWidthMeasureSpec
The width requirements for this view
parentHeightMeasureSpec
The height requirements for this view

Remarks

Ask one of the children of this view to measure itself, taking into account both the MeasureSpec requirements for this view and its padding. 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