1 write to Orientation
Microsoft.Maui.Controls (1)
Items\ItemsLayout.cs (1)
12
Orientation
= orientation;
5 references to Orientation
Microsoft.Maui.Controls (1)
Items\ItemsLayoutTypeConverter.cs (1)
63
return $"{gil.
Orientation
}Grid,{gil.Span}";
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (1)
135
protected override bool IsHorizontal => (Carousel?.ItemsLayout)?.
Orientation
== ItemsLayoutOrientation.Horizontal;
iOS\CollectionView\ItemsViewLayout.cs (2)
42
var scrollDirection = itemsLayout.
Orientation
== ItemsLayoutOrientation.Horizontal
546
if (itemsLayout.
Orientation
== ItemsLayoutOrientation.Vertical)
iOS\CollectionView\StructuredItemsViewController.cs (1)
58
protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.
Orientation
== ItemsLayoutOrientation.Horizontal;