Property | Type | Description | |
---|---|---|---|
Container | |||
Root |
Method | Description | |
---|---|---|
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void | ||
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void | ||
DraggingStarted ( UIScrollView scrollView ) : void | ||
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell | ||
GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float | ||
GetHeightForHeader ( UITableView tableView, int sectionIdx ) : float | ||
GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView | ||
GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
Scrolled ( UIScrollView scrollView ) : void | ||
SectionIndexTitles ( UITableView tableView ) : string[] | ||
Source ( |
||
TableScrollOffset ( ) : float | ||
TitleForFooter ( UITableView tableView, int section ) : string | ||
TitleForHeader ( UITableView tableView, int section ) : string |
public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void | ||
scrollView | UIScrollView | |
willDecelerate | bool | |
return | void |
public DraggingStarted ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
return | void |
public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | MonoTouch | |
return | UITableViewCell |
public GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float | ||
tableView | UITableView | |
sectionIdx | int | |
return | float |
public GetHeightForHeader ( UITableView tableView, int sectionIdx ) : float | ||
tableView | UITableView | |
sectionIdx | int | |
return | float |
public GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView | ||
tableView | UITableView | |
sectionIdx | int | |
return | UIView |
public GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView | ||
tableView | UITableView | |
sectionIdx | int | |
return | UIView |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
return | int |
public RowSelected ( UITableView tableView, MonoTouch indexPath ) : void | ||
tableView | UITableView | |
indexPath | MonoTouch | |
return | void |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |
public Scrolled ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
return | void |
public SectionIndexTitles ( UITableView tableView ) : string[] | ||
tableView | UITableView | |
return | string[] |
public Source ( |
||
container | ||
return | System |
public TitleForFooter ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
return | string |
public TitleForHeader ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
return | string |
protected DialogViewController,MonoTouch.Dialog Container | ||
return |