Android.Views.View.ForceLayout Method
Forces this view to be laid out during the next layout pass.

Syntax

[Android.Runtime.Register("forceLayout", "()V", "GetForceLayoutHandler")]
public virtual void ForceLayout ()

Remarks

Forces this view to be laid out during the next layout pass. This method does not call requestLayout() or forceLayout() on the parent.

[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