Android.Widget.ResourceCursorTreeAdapter.NewGroupView Method
Makes a new group view to hold the group data pointed to by cursor.

Syntax

[Android.Runtime.Register("newGroupView", "(Landroid/content/Context;Landroid/database/Cursor;ZLandroid/view/ViewGroup;)Landroid/view/View;", "GetNewGroupView_Landroid_content_Context_Landroid_database_Cursor_ZLandroid_view_ViewGroup_Handler")]
public override Android.Views.View NewGroupView (Android.Content.Context context, Android.Database.ICursor cursor, bool isExpanded, Android.Views.ViewGroup parent)

Parameters

context
Interface to application's global information
cursor
The group cursor from which to get the data. The cursor is already moved to the correct position.
isExpanded
Whether the group is expanded.
parent
The parent to which the new view is attached to

Returns

Documentation for this section has not yet been entered.

Remarks

Makes a new group view to hold the group data pointed to by cursor.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1