SimpleExpandableListAdapter.NewChildView(Boolean, ViewGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.