Android.Widget.FrameLayout.SetMeasureAllChildren Method
Sets whether to consider all children, or just those in the VISIBLE or INVISIBLE state, when measuring.

Syntax

[Android.Runtime.Register("setMeasureAllChildren", "(Z)V", "GetSetMeasureAllChildren_ZHandler")]
public virtual void SetMeasureAllChildren (bool measureAll)

Parameters

measureAll
true to consider children marked GONE, false otherwise. Default value is false.

Remarks

Sets whether to consider all children, or just those in the VISIBLE or INVISIBLE state, when measuring. Defaults to false.

[Android Documentation]

Requirements

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