Android.Widget.ISectionIndexer
Interface that may implemented on Android.Widget.Adapters to enable fast scrolling between sections of an Android.Widget.AbsListView.

See Also: ISectionIndexer Members

Syntax

[Android.Runtime.Register("android/widget/SectionIndexer", "", "Android.Widget.ISectionIndexerInvoker")]
public interface ISectionIndexer : Android.Runtime.IJavaObject, IDisposable

Remarks

Interface that may implemented on Android.Widget.Adapters to enable fast scrolling between sections of an Android.Widget.AbsListView.

A section is a group of list items that have something in common. For example, they may begin with the same letter or they may be songs from the same artist.

Android.Widget.IExpandableListAdapters that consider groups and sections as synonymous should account for collapsed groups and return an appropriate section/position.

See Also

[Android Documentation]

Requirements

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