ScrollView.SmoothScrollTo(Int32, Int32) 方法

定义

喜欢 #scrollTo,但滚动流畅,而不是立即滚动。

[Android.Runtime.Register("smoothScrollTo", "(II)V", "")]
public void SmoothScrollTo(int x, int y);
[<Android.Runtime.Register("smoothScrollTo", "(II)V", "")>]
member this.SmoothScrollTo : int * int -> unit

参数

x
Int32

在 X 轴上滚动的位置

y
Int32

在 Y 轴上滚动的位置

属性

注解

喜欢 #scrollTo,但滚动流畅,而不是立即滚动。

Java文档android.widget.ScrollView.smoothScrollTo(int, int)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于