GridView.SmoothScrollByOffset(Int32) 方法

定义

顺利滚动到指定的适配器位置偏移量。

[Android.Runtime.Register("smoothScrollByOffset", "(I)V", "GetSmoothScrollByOffset_IHandler")]
public virtual void SmoothScrollByOffset (int offset);
[<Android.Runtime.Register("smoothScrollByOffset", "(I)V", "GetSmoothScrollByOffset_IHandler")>]
abstract member SmoothScrollByOffset : int -> unit
override this.SmoothScrollByOffset : int -> unit

参数

offset
Int32

要滚动到的适配器位置偏移量。

属性

注解

顺利滚动到指定的适配器位置偏移量。 视图将滚动,以便显示指示的位置。

适用于 . 的 android.widget.GridView.smoothScrollByOffset(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于