Notifies registered listeners that a global layout happened.
Syntax
[Android.Runtime.Register("dispatchOnGlobalLayout", "()V", "")] public voidDispatchOnGlobalLayout ()
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.