ViewGroup.UpdateViewLayout(View, ViewGroup+LayoutParams) Method
Definition
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.
Updates the layout parameters of a child view.
[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
The Android.Views.View value used for view.
- params
- ViewGroup.LayoutParams
The Android.Views.ViewGroup+LayoutParams value used for params.
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.