Returns whether the view hierarchy is currently undergoing a layout pass.
Syntax
[get: Android.Runtime.Register("isInLayout", "()Z", "GetIsInLayoutHandler")] public virtual boolIsInLayout { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns whether the view hierarchy is currently undergoing a layout pass. This
information is useful to avoid situations such as calling View.RequestLayout during
a layout pass.