1 write to ItemsViewLayout
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewDelegator.cs (1)
22 ItemsViewLayout = itemsViewLayout;
9 references to ItemsViewLayout
Microsoft.Maui.Controls.Compatibility (9)
iOS\CollectionView\GroupableItemsViewDelegator.cs (2)
35 if (ItemsViewLayout == null) 40 return ViewController.GetInsetForSection(ItemsViewLayout, collectionView, section);
iOS\CollectionView\ItemsViewDelegator.cs (7)
73 if (ItemsViewLayout == null) 78 return ItemsViewLayout.GetInsetForSection(collectionView, layout, section); 84 if (ItemsViewLayout == null) 89 return ItemsViewLayout.GetMinimumInteritemSpacingForSection(collectionView, layout, section); 95 if (ItemsViewLayout == null) 100 return ItemsViewLayout.GetMinimumLineSpacingForSection(collectionView, layout, section); 105 if (ItemsViewLayout.ScrollDirection == UICollectionViewScrollDirection.Horizontal)