ViewGroup.OnStartNestedScroll(View, View, ScrollAxis) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
React to a descendant view initiating a nestable scroll operation, claiming the nested scroll operation if appropriate.
[Android.Runtime.Register("onStartNestedScroll", "(Landroid/view/View;Landroid/view/View;I)Z", "GetOnStartNestedScroll_Landroid_view_View_Landroid_view_View_IHandler")]
public virtual bool OnStartNestedScroll (Android.Views.View? child, Android.Views.View? target, Android.Views.ScrollAxis nestedScrollAxes);
[<Android.Runtime.Register("onStartNestedScroll", "(Landroid/view/View;Landroid/view/View;I)Z", "GetOnStartNestedScroll_Landroid_view_View_Landroid_view_View_IHandler")>]
abstract member OnStartNestedScroll : Android.Views.View * Android.Views.View * Android.Views.ScrollAxis -> bool
override this.OnStartNestedScroll : Android.Views.View * Android.Views.View * Android.Views.ScrollAxis -> bool
Parameters
- child
- View
Direct child of this ViewParent containing target
- target
- View
View that initiated the nested scroll
- nestedScrollAxes
- ScrollAxis
Flags consisting of ScrollAxisHorizontal, ScrollAxisVertical or both
Returns
Implements
- Attributes
Remarks
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.