1 write to ItemsViewLayout
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewDelegator.cs (1)
24 ItemsViewLayout = itemsViewLayout;
8 references to ItemsViewLayout
Microsoft.Maui.Controls (8)
Handlers\Items\iOS\GroupableItemsViewDelegator.cs (2)
35 if (ItemsViewLayout == null) 40 return ViewController?.GetInsetForSection(ItemsViewLayout, collectionView, section) ?? UIEdgeInsets.Zero;
Handlers\Items\iOS\ItemsViewDelegator.cs (6)
79 if (ItemsViewLayout == null) 84 return ItemsViewLayout.GetInsetForSection(collectionView, layout, section); 90 if (ItemsViewLayout == null) 95 return ItemsViewLayout.GetMinimumInteritemSpacingForSection(collectionView, layout, section); 101 if (ItemsViewLayout == null) 106 return ItemsViewLayout.GetMinimumLineSpacingForSection(collectionView, layout, section);