View.HasNestedScrollingParent Property

Definition

Returns true if this view has a nested scrolling parent.

public virtual bool HasNestedScrollingParent { [Android.Runtime.Register("hasNestedScrollingParent", "()Z", "GetHasNestedScrollingParentHandler")] get; }
[<get: Android.Runtime.Register("hasNestedScrollingParent", "()Z", "GetHasNestedScrollingParentHandler")>]
member this.HasNestedScrollingParent : bool

Property Value

whether this view has a nested scrolling parent

Attributes

Remarks

Returns true if this view has a nested scrolling parent.

The presence of a nested scrolling parent indicates that this view has initiated a nested scroll and it was accepted by an ancestor view further up the view hierarchy.

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

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