JudoPayiOSXamarinSampleApp.MainMenuSource.GetHeightForRow C# (CSharp) Méthode

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat
		public override nfloat GetHeightForRow (UITableView tableView, NSIndexPath indexPath)
		{

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