Android.Widget.ISectionIndexer Members

The members of Android.Widget.ISectionIndexer are listed below.

Public Methods

GetPositionForSection(int) : int
Given the index of a section within the array of section objects, returns the starting position of that section within the adapter.
GetSectionForPosition(int) : int
Given a position within the adapter, returns the index of the corresponding section within the array of section objects.
GetSections() : Java.Lang.Object[]
Returns an array of objects representing sections of the list.