ViewGroup.OnStopNestedScroll(View) Method

Definition

React to a nested scroll operation ending.

[Android.Runtime.Register("onStopNestedScroll", "(Landroid/view/View;)V", "GetOnStopNestedScroll_Landroid_view_View_Handler")]
public virtual void OnStopNestedScroll (Android.Views.View? child);
[<Android.Runtime.Register("onStopNestedScroll", "(Landroid/view/View;)V", "GetOnStopNestedScroll_Landroid_view_View_Handler")>]
abstract member OnStopNestedScroll : Android.Views.View -> unit
override this.OnStopNestedScroll : Android.Views.View -> unit

Parameters

child
View

View that initiated the nested scroll

Implements

Attributes

Remarks

Java documentation for android.view.ViewGroup.onStopNestedScroll(android.view.View).

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