4 references to DefaultRowHeight
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\TableViewRenderer.cs (4)
27
return Control.GetSizeRequest(widthConstraint, heightConstraint,
DefaultRowHeight
,
DefaultRowHeight
);
170
Control.RowHeight = rowHeight <= 0 ?
DefaultRowHeight
: rowHeight;
178
Control.EstimatedRowHeight =
DefaultRowHeight
;