public void RowAdded(RowModel row, int index) { ItemView v = row.GetItemView(parentActivity); items.Add(v); itemsView.AddView(v.GetView()); }