Dil

SimpleExpandableListAdapter.GetChildView Method

Definition

Gets the child view.

[Android.Runtime.Register("getChildView", "(IIZLandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;", "GetGetChildView_IIZLandroid_view_View_Landroid_view_ViewGroup_Handler")]
public override Android.Views.View? GetChildView(int groupPosition, int childPosition, bool isLastChild, Android.Views.View? convertView, Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("getChildView", "(IIZLandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;", "GetGetChildView_IIZLandroid_view_View_Landroid_view_ViewGroup_Handler")>]
override this.GetChildView : int * int * bool * Android.Views.View * Android.Views.ViewGroup -> Android.Views.View

Parameters

groupPosition
Int32

int

childPosition
Int32

int

isLastChild
Boolean

boolean

convertView
View

View

parent
ViewGroup

ViewGroup

Returns

The result of the get child view operation.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for SimpleExpandableListAdapter.

Applies to