- groupPosition
- the position of the group that contains the child
- childPosition
- the position of the child (for which the View is returned) within the group
- isLastChild
- Whether the child is the last child within the group
- convertView
- the old view to reuse, if possible. You should check that this view is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct data, this method can create a new view. It is not guaranteed that the convertView will have been previously created by IExpandableListAdapter.GetChildView(int, System.Int32, System.Int32, System.Int32, System.Int32).
- parent
- the parent that this view will eventually be attached to
Documentation for this section has not yet been entered.
Gets a View that displays the data for the given child within the given group.