言語

AbsListView.SetFastScrollStyle(Int32) メソッド

定義

高速スクロール装飾のスタイルを指定します。

[Android.Runtime.Register("setFastScrollStyle", "(I)V", "GetSetFastScrollStyle_IHandler")]
public virtual void SetFastScrollStyle(int styleResId);
[<Android.Runtime.Register("setFastScrollStyle", "(I)V", "GetSetFastScrollStyle_IHandler")>]
abstract member SetFastScrollStyle : int -> unit
override this.SetFastScrollStyle : int -> unit

パラメーター

styleResId
Int32

高速スクロール プロパティを含むスタイル リソース

属性

注釈

高速スクロール装飾のスタイルを指定します。

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

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

適用対象