1 write to ItemsLayout
Microsoft.Maui.Controls (1)
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
174 ItemsView.ItemsLayout = fallbackItemsLayout;
8 references to ItemsLayout
Microsoft.Maui.Controls (8)
Handlers\Items\iOS\GroupableItemsViewController.cs (1)
196 if (ItemsView?.ItemsLayout is GridItemsLayout gridItemsLayout)
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
76 protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items\StructuredItemsViewHandler.iOS.cs (1)
15 var itemsLayout = ItemsView.ItemsLayout;
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
157 var itemsLayout = ItemsView.ItemsLayout;
Handlers\Items2\iOS\GroupableItemsViewController2.cs (2)
150 if (this.ItemsView.ItemsLayout is LinearItemsLayout linearItemsLayout) 152 else if (this.ItemsView.ItemsLayout is GridItemsLayout gridItemsLayout)
Handlers\Items2\iOS\StructuredItemsViewController2.cs (1)
49 protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
Items\StructuredItemsView.cs (1)
51 /// <summary>Bindable property for <see cref="ItemsLayout"/>.</summary>