Android.Views.ViewGroup.OnNestedScrollAccepted Method
React to the successful claiming of a nested scroll operation.

Syntax

[Android.Runtime.Register("onNestedScrollAccepted", "(Landroid/view/View;Landroid/view/View;I)V", "GetOnNestedScrollAccepted_Landroid_view_View_Landroid_view_View_IHandler")]
public virtual void OnNestedScrollAccepted (View child, View target, [Android.Runtime.GeneratedEnum] ScrollAxis axes)

Parameters

child
Direct child of this ViewParent containing target
target
View that initiated the nested scroll
axes
Flags consisting of View.ScrollAxisHorizontal, View.ScrollAxisVertical or both

Remarks

React to the successful claiming of a nested scroll operation.

This method will be called after IViewParent.OnStartNestedScroll(View, Android.Views.View, Android.Views.View) returns true. It offers an opportunity for the view and its superclasses to perform initial configuration for the nested scroll. Implementations of this method should always call their superclass's implementation of this method if one is present.

[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