Android.Views.ViewTreeObserver.DispatchOnGlobalLayout Method
Notifies registered listeners that a global layout happened.

Syntax

[Android.Runtime.Register("dispatchOnGlobalLayout", "()V", "")]
public void DispatchOnGlobalLayout ()

Remarks

Notifies registered listeners that a global layout happened. This can be called manually if you are forcing a layout on a View or a hierarchy of Views that are not attached to a Window or in the GONE state.

[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