- child
- Direct child of this ViewParent containing target
- target
- View that initiated the nested scroll
- nestedScrollAxes
- Flags consisting of View.ScrollAxisHorizontal, View.ScrollAxisVertical or both
Documentation for this section has not yet been entered.
React to a descendant view initiating a nestable scroll operation, claiming the nested scroll operation if appropriate.
This method will be called in response to a descendant view invoking View.StartNestedScroll(ScrollAxis). Each parent up the view hierarchy will be given an opportunity to respond and claim the nested scrolling operation by returning true.
This method may be overridden by ViewParent implementations to indicate when the view is willing to support a nested scrolling operation that is about to begin. If it returns true, this ViewParent will become the target view's nested scrolling parent for the duration of the scroll operation in progress. When the nested scroll is finished this ViewParent will receive a call to IViewParent.OnStopNestedScroll(View).