TextView.SetScroller(Scroller) Method

Definition

Sets the Scroller used for producing a scrolling animation

[Android.Runtime.Register("setScroller", "(Landroid/widget/Scroller;)V", "GetSetScroller_Landroid_widget_Scroller_Handler")]
public virtual void SetScroller (Android.Widget.Scroller? s);
[<Android.Runtime.Register("setScroller", "(Landroid/widget/Scroller;)V", "GetSetScroller_Landroid_widget_Scroller_Handler")>]
abstract member SetScroller : Android.Widget.Scroller -> unit
override this.SetScroller : Android.Widget.Scroller -> unit

Parameters

s
Scroller

A Scroller instance

Attributes

Remarks

Sets the Scroller used for producing a scrolling animation

Java documentation for android.widget.TextView.setScroller(android.widget.Scroller).

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