ViewGroup.CleanupLayoutState(View) Method

Definition

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

C#
[Android.Runtime.Register("cleanupLayoutState", "(Landroid/view/View;)V", "GetCleanupLayoutState_Landroid_view_View_Handler")]
protected virtual void CleanupLayoutState (Android.Views.View? child);

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35