Android.Views.View.HasNestedScrollingParent Property
Returns true if this view has a nested scrolling parent.

Syntax

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

Value

Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

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