The members of Android.Widget.IHeterogeneousExpandableList are listed below.
[read-only] | ChildTypeCount | int. This method will only be called when the adapter is set on the Android.Widget.AdapterView. |
[read-only] | GroupTypeCount | int. This method will only be called when the adapter is set on the Android.Widget.AdapterView. |
GetChildType(int, int)Get the type of child View that will be created by IExpandableListAdapter.GetChildView(int, System.Int32, System.Int32, System.Int32, System.Int32) for the specified child item. | ||
GetGroupType(int)Get the type of group View that will be created by IExpandableListAdapter.GetGroupView(int, System.Boolean, System.Boolean, System.Boolean) . for the specified group item. |