See Also: ISectionIndexer Members
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.