FrameLayout.SetMeasureAllChildren(Boolean) Method

Definition

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

[Android.Runtime.Register("setMeasureAllChildren", "(Z)V", "GetSetMeasureAllChildren_ZHandler")]
public virtual void SetMeasureAllChildren (bool measureAll);
[<Android.Runtime.Register("setMeasureAllChildren", "(Z)V", "GetSetMeasureAllChildren_ZHandler")>]
abstract member SetMeasureAllChildren : bool -> unit
override this.SetMeasureAllChildren : bool -> unit

Parameters

measureAll
Boolean

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

Attributes

Remarks

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

Java documentation for android.widget.FrameLayout.setMeasureAllChildren(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to