11 references to DefaultRowHeight
Microsoft.Maui.Controls.Compatibility (11)
iOS\Renderers\ListViewRenderer.cs (11)
63 return Control.GetSizeRequest(widthConstraint, heightConstraint, DefaultRowHeight, DefaultRowHeight); 742 Control.RowHeight = rowHeight <= 0 ? DefaultRowHeight : rowHeight; 852 return DefaultRowHeight; 863 return DefaultRowHeight; 930 return DefaultRowHeight; 938 return renderHeight > 0 ? (nfloat)renderHeight : DefaultRowHeight; 972 return height > 1 ? height : DefaultRowHeight; 976 return renderHeight > 0 ? (nfloat)renderHeight : DefaultRowHeight; 1040 _defaultSectionHeight = DefaultRowHeight; 1460 tableView.EstimatedRowHeight = DefaultRowHeight;