1 write to ItemsLayout
Microsoft.Maui.Controls (1)
Items\CarouselView.cs (1)
226 ItemsLayout = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal)
7 references to ItemsLayout
Microsoft.Maui.Controls (7)
Handlers\Items\CarouselViewHandler.iOS.cs (1)
15 _layout ??= new CarouselViewLayout(VirtualView.ItemsLayout, VirtualView);
Handlers\Items\iOS\CarouselViewController.cs (1)
167 protected override bool IsHorizontal => ItemsView?.ItemsLayout?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items2\CarouselViewHandler2.iOS.cs (2)
41 bool IsHorizontal = VirtualView.ItemsLayout.Orientation == ItemsLayoutOrientation.Horizontal; 162 bool IsHorizontal = VirtualView.ItemsLayout.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items2\iOS\CarouselViewController2.cs (1)
110 protected override bool IsHorizontal => ItemsView?.ItemsLayout?.Orientation == ItemsLayoutOrientation.Horizontal;
Items\CarouselView.cs (2)
187 /// <summary>Bindable property for <see cref="ItemsLayout"/>.</summary> 189 BindableProperty.Create(nameof(ItemsLayout), typeof(LinearItemsLayout), typeof(ItemsView),