Android.Views.View.IsInLayout Property
Returns whether the view hierarchy is currently undergoing a layout pass.

Syntax

[get: Android.Runtime.Register("isInLayout", "()Z", "GetIsInLayoutHandler")]
public virtual bool IsInLayout { 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.

[Android Documentation]

Requirements

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