5 references to ItemsView
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\GroupableItemsViewRenderer.cs (2)
64 return ItemsView.ItemSizingStrategy == ItemSizingStrategy.MeasureAllItems 65 && ItemsView.IsGrouped
iOS\CollectionView\ItemsViewRenderer.cs (1)
134 _layout.ItemsUpdatingScrollMode = ItemsView.ItemsUpdatingScrollMode;
iOS\CollectionView\StructuredItemsViewRenderer.cs (2)
55 var itemSizingStrategy = ItemsView.ItemSizingStrategy; 56 var itemsLayout = ItemsView.ItemsLayout;