Android.Widget.AbsListView.FastScrollAlwaysVisible Property
Returns true if the fast scroller is set to always show on this view.

Syntax

[get: Android.Runtime.Register("isFastScrollAlwaysVisible", "()Z", "GetIsFastScrollAlwaysVisibleHandler")]
[set: Android.Runtime.Register("setFastScrollAlwaysVisible", "(Z)V", "GetSetFastScrollAlwaysVisible_ZHandler")]
public virtual bool FastScrollAlwaysVisible { get; set; }

See Also

AbsListView.FastScrollAlwaysVisible
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 set to always show on this view.

Set method documentation [Android Documentation]

Set whether or not the fast scroller should always be shown in place of the standard scroll bars. This will enable fast scrolling if it is not already enabled. Fast scrollers shown in this way will not fade out and will be a permanent fixture within the list. This is best combined with an inset scroll bar style to ensure the scroll bar does not overlap content.

Requirements

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