ViewGroup.UpdateViewLayout(View, ViewGroup+LayoutParams) Method

Definition

[Android.Runtime.Register("updateViewLayout", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V", "GetUpdateViewLayout_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_Handler")]
public virtual void UpdateViewLayout (Android.Views.View? view, Android.Views.ViewGroup.LayoutParams? params);
[<Android.Runtime.Register("updateViewLayout", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V", "GetUpdateViewLayout_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_Handler")>]
abstract member UpdateViewLayout : Android.Views.View * Android.Views.ViewGroup.LayoutParams -> unit
override this.UpdateViewLayout : Android.Views.View * Android.Views.ViewGroup.LayoutParams -> unit

Parameters

view
View

Implements

Attributes

Remarks

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