C# Класс Collections.Touch.ExpandableTableSource

Наследование: MvvmCross.iOS.Support.Views.MvxExpandableTableViewSource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat

Защищенные методы

Метод Описание
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell

Описание методов

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

public ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
tableView UITableView
Результат System.Collections.Generic

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

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

GetOrCreateCellFor() защищенный Метод

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Результат UITableViewCell

GetOrCreateHeaderCellFor() защищенный Метод

protected GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell
tableView UITableView
section nint
Результат UITableViewCell