1 implementation of ICellController
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
14
public abstract class Cell : Element,
ICellController
, IFlowDirectionController, IPropertyPropagationController, IVisualController, IWindowController, IVisualTreeElement
1 reference to ICellController
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\CellRenderer.cs (1)
137
protected void WireUpForceUpdateSizeRequested(
ICellController
cell, UITableViewCell platformCell, UITableView tableView)