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

Syntax

[Android.Runtime.Register("newChildView", "(Landroid/content/Context;Landroid/database/Cursor;ZLandroid/view/ViewGroup;)Landroid/view/View;", "GetNewChildView_Landroid_content_Context_Landroid_database_Cursor_ZLandroid_view_ViewGroup_Handler")]
public override Android.Views.View NewChildView (Android.Content.Context context, Android.Database.ICursor cursor, bool isLastChild, Android.Views.ViewGroup parent)

Parameters

context
Interface to application's global information
cursor
The cursor from which to get the data. The cursor is already moved to the correct position.
isLastChild
Whether the child is the last child within its group.
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 child view to hold the 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