- 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
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.