Share via


ScrollView.ScrollToDescendant(View) Method

Definition

Scrolls the view to the given child.

[Android.Runtime.Register("scrollToDescendant", "(Landroid/view/View;)V", "GetScrollToDescendant_Landroid_view_View_Handler", ApiSince=29)]
public virtual void ScrollToDescendant (Android.Views.View child);
[<Android.Runtime.Register("scrollToDescendant", "(Landroid/view/View;)V", "GetScrollToDescendant_Landroid_view_View_Handler", ApiSince=29)>]
abstract member ScrollToDescendant : Android.Views.View -> unit
override this.ScrollToDescendant : Android.Views.View -> unit

Parameters

child
View

the View to scroll to

Attributes

Remarks

Scrolls the view to the given child.

Java documentation for android.widget.ScrollView.scrollToDescendant(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