ViewGroup.OnStartNestedScroll(View, View, ScrollAxis) Method

Definition

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

Java documentation for android.view.ViewGroup.onStartNestedScroll(android.view.View, android.view.View, int).

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.

Applies to