5 references to LinearItemsLayout
Microsoft.Maui.Controls (5)
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)