SimpleExpandableListAdapter.NewChildView(Boolean, ViewGroup) Method

Definition

Instantiates a new View for a child.

[Android.Runtime.Register("newChildView", "(ZLandroid/view/ViewGroup;)Landroid/view/View;", "GetNewChildView_ZLandroid_view_ViewGroup_Handler")]
public virtual Android.Views.View? NewChildView (bool isLastChild, Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("newChildView", "(ZLandroid/view/ViewGroup;)Landroid/view/View;", "GetNewChildView_ZLandroid_view_ViewGroup_Handler")>]
abstract member NewChildView : bool * Android.Views.ViewGroup -> Android.Views.View
override this.NewChildView : bool * Android.Views.ViewGroup -> Android.Views.View

Parameters

isLastChild
Boolean

Whether the child is the last child within its group.

parent
ViewGroup

The eventual parent of this new View.

Returns

A new child View

Attributes

Remarks

Instantiates a new View for a child.

Java documentation for android.widget.SimpleExpandableListAdapter.newChildView(boolean, android.view.ViewGroup).

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.

Applies to