JudoPayiOSXamarinSampleApp.MainMenuSource.GetHeightForRow C# (CSharp) Метод

GetHeightForRow() публичный Метод

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Результат nfloat
		public override nfloat GetHeightForRow (UITableView tableView, NSIndexPath indexPath)
		{

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