AbsListView.SetFastScrollStyle(Int32) Method

Definition

Specifies the style of the fast scroller decorations.

[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

Parameters

styleResId
Int32

style resource containing fast scroller properties

Attributes

Remarks

Specifies the style of the fast scroller decorations.

Java documentation for android.widget.AbsListView.setFastScrollStyle(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to