1 override of GetInsetForSection
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\CarouselViewLayout.cs (1)
44
public override UIEdgeInsets
GetInsetForSection
(UICollectionView collectionView, UICollectionViewLayout layout, nint section)
3 references to GetInsetForSection
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewLayout.cs (1)
46
var insets = base.
GetInsetForSection
(collectionView, layout, section);
iOS\CollectionView\GroupableItemsViewController.cs (1)
215
var uIEdgeInsets = ItemsViewLayout.
GetInsetForSection
(collectionView, itemsViewLayout, section);
iOS\CollectionView\ItemsViewDelegator.cs (1)
78
return ItemsViewLayout.
GetInsetForSection
(collectionView, layout, section);