ViewGroup.CleanupLayoutState(View) Method

Definition

Prevents the specified child to be laid out during the next layout pass.

[Android.Runtime.Register("cleanupLayoutState", "(Landroid/view/View;)V", "GetCleanupLayoutState_Landroid_view_View_Handler")]
protected virtual void CleanupLayoutState (Android.Views.View? child);
[<Android.Runtime.Register("cleanupLayoutState", "(Landroid/view/View;)V", "GetCleanupLayoutState_Landroid_view_View_Handler")>]
abstract member CleanupLayoutState : Android.Views.View -> unit
override this.CleanupLayoutState : Android.Views.View -> unit

Parameters

child
View

the child on which to perform the cleanup

Attributes

Remarks

Prevents the specified child to be laid out during the next layout pass.

Java documentation for android.view.ViewGroup.cleanupLayoutState(android.view.View).

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