言語

AbsListView.SmoothScrollBy(Int32, Int32) メソッド

定義

ミリ秒単位で距離ピクセル単位でスムーズにスクロールします。

[Android.Runtime.Register("smoothScrollBy", "(II)V", "GetSmoothScrollBy_IIHandler")]
public virtual void SmoothScrollBy(int distance, int duration);
[<Android.Runtime.Register("smoothScrollBy", "(II)V", "GetSmoothScrollBy_IIHandler")>]
abstract member SmoothScrollBy : int * int -> unit
override this.SmoothScrollBy : int * int -> unit

パラメーター

distance
Int32

スクロールする距離 (ピクセル単位)。

duration
Int32

スクロール アニメーションの時間 (ミリ秒単位)。

属性

注釈

ミリ秒単位で距離ピクセル単位でスムーズにスクロールします。

android.widget.AbsListView.smoothScrollBy(int, int)の Java ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象