SimpleExpandableListAdapter.NewGroupView(Boolean, ViewGroup) Method

Definition

Instantiates a new View for a group.

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

Parameters

isExpanded
Boolean

Whether the group is currently expanded.

parent
ViewGroup

The eventual parent of this new View.

Returns

A new group View

Attributes

Remarks

Instantiates a new View for a group.

Java documentation for android.widget.SimpleExpandableListAdapter.newGroupView(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