Method | Description | |
---|---|---|
ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat |
Method | Description | |
---|---|---|
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell |
public ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic | ||
tableView | UITableView | |
return | System.Collections.Generic |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | nfloat |
protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
return | UITableViewCell |
protected GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell | ||
tableView | UITableView | |
section | nint | |
return | UITableViewCell |