2 types derived from ItemsViewDelegator
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewDelegator.cs (1)
8 public class CarouselViewDelegator : ItemsViewDelegator<CarouselView, CarouselViewController>
iOS\CollectionView\SelectableItemsViewDelegator.cs (1)
8 public class SelectableItemsViewDelegator<TItemsView, TViewController> : ItemsViewDelegator<TItemsView, TViewController>
1 instantiation of ItemsViewDelegator
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewController.cs (1)
203 return new ItemsViewDelegator<TItemsView, ItemsViewController<TItemsView>>(ItemsViewLayout, this);