7 references to Horizontal
Microsoft.Maui.Controls (4)
Items\CarouselView.cs (1)
226 ItemsLayout = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal)
Items\ItemsLayoutTypeConverter.cs (1)
37 orientation = ItemsLayoutOrientation.Horizontal;
Items\LinearItemsLayout.cs (2)
17 public static readonly IItemsLayout Horizontal = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal); 26 internal static readonly LinearItemsLayout CarouselDefault = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal)
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewController.cs (1)
135 protected override bool IsHorizontal => (Carousel?.ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
iOS\CollectionView\ItemsViewLayout.cs (1)
42 var scrollDirection = itemsLayout.Orientation == ItemsLayoutOrientation.Horizontal
iOS\CollectionView\StructuredItemsViewController.cs (1)
58 protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;