2 references to ParentRowHeight
Microsoft.Maui.Controls.Compatibility (2)
Android\Cells\ViewCellRenderer.cs (2)
279
height = (int)Context.ToPixels(
ParentRowHeight
== -1 ? Handlers.Compatibility.BaseCellView.DefaultMinHeight :
ParentRowHeight
);