2 references to GetMinimumLineSpacingForSection
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\GroupableItemsViewController.cs (1)
225
nfloat spacing = itemsViewLayout.
GetMinimumLineSpacingForSection
(collectionView, itemsViewLayout, section);
iOS\CollectionView\ItemsViewDelegator.cs (1)
100
return ItemsViewLayout.
GetMinimumLineSpacingForSection
(collectionView, layout, section);