FrameLayout.ConsiderGoneChildrenWhenMeasuring Property

Definition

Caution

deprecated

Determines whether all children, or just those in the VISIBLE or INVISIBLE state, are considered when measuring.

[System.Obsolete("deprecated")]
public virtual bool ConsiderGoneChildrenWhenMeasuring { [Android.Runtime.Register("getConsiderGoneChildrenWhenMeasuring", "()Z", "GetGetConsiderGoneChildrenWhenMeasuringHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getConsiderGoneChildrenWhenMeasuring", "()Z", "GetGetConsiderGoneChildrenWhenMeasuringHandler")>]
member this.ConsiderGoneChildrenWhenMeasuring : bool

Property Value

Whether all children are considered when measuring.

Attributes

Remarks

Determines whether all children, or just those in the VISIBLE or INVISIBLE state, are considered when measuring.

This member is deprecated. This method is deprecated in favor of #getMeasureAllChildren() getMeasureAllChildren(), which was renamed for consistency with #setMeasureAllChildren(boolean) setMeasureAllChildren().

Java documentation for android.widget.FrameLayout.getConsiderGoneChildrenWhenMeasuring().

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