5 references to Vertical
Microsoft.Maui.Controls (3)
Items\ItemsLayoutTypeConverter.cs (1)
32 orientation = ItemsLayoutOrientation.Vertical;
Items\LinearItemsLayout.cs (2)
15 public static readonly IItemsLayout Vertical = new LinearItemsLayout(ItemsLayoutOrientation.Vertical); 20 public static readonly IItemsLayout CarouselVertical = new LinearItemsLayout(ItemsLayoutOrientation.Vertical)
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ItemsViewLayout.cs (1)
546 if (itemsLayout.Orientation == ItemsLayoutOrientation.Vertical)
iOS\CollectionView\StructuredItemsViewRenderer.cs (1)
69 return new ListViewLayout(new LinearItemsLayout(ItemsLayoutOrientation.Vertical), itemSizingStrategy);