[]
        
(Showing Draft Content)

C1.Android.DataCollection.C1ListAdapter-1.GetItemView

GetItemView Method

GetItemView(int, View?, ViewGroup?)

Gets the view for a specific item.

Declaration
public virtual View GetItemView(int position, View? convertView, ViewGroup? parent)
Parameters
Type Name Description
int position

The position of the item. Use DataCollection to receive the item.

View convertView
ViewGroup parent
Returns
Type Description
View