C# Class GMGridTest.GMGridElement

Inheritance: MonoTouch.Dialog.UIViewElement, IElementSizing
ファイルを表示 Open project: aarpy/GMGridMono Class Usage Examples

Public Methods

Method Description
GMGridElement ( string caption ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float

Method Details

GMGridElement() public method

public GMGridElement ( string caption ) : System
caption string
return System

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float