JudoPayiOSXamarinSampleApp.MainMenuSource.GetHeightForRow C# (CSharp) Method

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat
		public override nfloat GetHeightForRow (UITableView tableView, NSIndexPath indexPath)
		{

			UITableViewCell cell = TableCells [indexPath.Row];
			return cell.Bounds.Height;
		}
	}