View.IsLayoutRequested Property

Definition

Indicates whether or not this view's layout will be requested during the next hierarchy layout pass.

public virtual bool IsLayoutRequested { [Android.Runtime.Register("isLayoutRequested", "()Z", "GetIsLayoutRequestedHandler")] get; }
[<get: Android.Runtime.Register("isLayoutRequested", "()Z", "GetIsLayoutRequestedHandler")>]
member this.IsLayoutRequested : bool

Property Value

true if the layout will be forced during next layout pass

Attributes

Remarks

Indicates whether or not this view's layout will be requested during the next hierarchy layout pass.

Java documentation for android.view.View.isLayoutRequested().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to