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 ドキュメント。

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

適用対象