Android.Views.IViewParent.RequestLayout Method
Called when something has changed which has invalidated the layout of a child of this view parent.

Syntax

[Android.Runtime.Register("requestLayout", "()V", "GetRequestLayoutHandler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RequestLayout ()

Remarks

Called when something has changed which has invalidated the layout of a child of this view parent. This will schedule a layout pass of the view tree.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1