ViewGroup.CleanupLayoutState(View) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- child
- View
the child on which to perform the cleanup
- Attributes
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.
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |