2 overrides of IsHorizontal
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewController.cs (1)
135
protected override bool
IsHorizontal
=> (Carousel?.ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
iOS\CollectionView\StructuredItemsViewController.cs (1)
58
protected override bool
IsHorizontal
=> (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
1 reference to IsHorizontal
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewController.cs (1)
387
if (
IsHorizontal
)