View-owned cell realization over framework-neutral rows.
public interface ITreeDataGridRows : IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged
kind:method, kind:property, kind:ctor. Press Esc to clear.GetRowAt(Double)Gets the index and Y position of the row at the specified Y position, if it can be calculated.ModelIndexToRowIndex(IndexPath)Given a model index, returns an index into Rows.RealizeCell(IColumn, Int32, Int32)Realizes a cell model for display on-screen.RowIndexToModelIndex(Int32)Given a row index, returns a model index.UnrealizeCell(ICell, Int32, Int32)Unrealizes a cell model realized with RealizeCell(IColumn, Int32, Int32).