7 references to LinearItemsLayout
Microsoft.Maui.Controls (7)
Handlers\Items\StructuredItemsViewHandler.iOS.cs (1)
28
return new ListViewLayout(new
LinearItemsLayout
(ItemsLayoutOrientation.Vertical), itemSizingStrategy);
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
172
var fallbackItemsLayout = new
LinearItemsLayout
(ItemsLayoutOrientation.Vertical);
Items\CarouselView.cs (1)
226
ItemsLayout = new
LinearItemsLayout
(ItemsLayoutOrientation.Horizontal)
Items\LinearItemsLayout.cs (4)
15
public static readonly IItemsLayout Vertical = new
LinearItemsLayout
(ItemsLayoutOrientation.Vertical);
17
public static readonly IItemsLayout Horizontal = new
LinearItemsLayout
(ItemsLayoutOrientation.Horizontal);
20
public static readonly IItemsLayout CarouselVertical = new
LinearItemsLayout
(ItemsLayoutOrientation.Vertical)
26
internal static readonly LinearItemsLayout CarouselDefault = new
LinearItemsLayout
(ItemsLayoutOrientation.Horizontal)