View.IsLayoutRequested Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.