Android.Widget.AbsListView.FastScrollEnabled Property
Returns true if the fast scroller is enabled.

Syntax

[get: Android.Runtime.Register("isFastScrollEnabled", "()Z", "GetIsFastScrollEnabledHandler")]
[set: Android.Runtime.Register("setFastScrollEnabled", "(Z)V", "GetSetFastScrollEnabled_ZHandler")]
public virtual bool FastScrollEnabled { get; set; }

See Also

AbsListView.FastScrollEnabled
ISectionIndexer
AbsListView.FastScrollEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if the fast scroller is enabled.

Set method documentation [Android Documentation]

Specifies whether fast scrolling is enabled or disabled. When fast scrolling is enabled, the user can quickly scroll through lists by dragging the fast scroll thumb. If the adapter backing this list implements Android.Widget.ISectionIndexer, the fast scroller will display section header previews as the user scrolls. Additionally, the user will be able to quickly jump between sections by tapping along the length of the scroll bar.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3