2 references to DefaultRowHeight
Microsoft.Maui.Controls (2)
Compatibility\Handlers\TableView\iOS\TableViewRenderer.cs (2)
153
Control.RowHeight = rowHeight <= 0 ?
DefaultRowHeight
: rowHeight;
161
Control.EstimatedRowHeight =
DefaultRowHeight
;