Example #1
0
 /// <summary>
 /// Called by the TableView to determine how many cells to create for that particular section.
 /// </summary>
 public override nint RowsInSection(UITableView tableview, nint section)
 {
     return(listView.ItemsCount());
 }