2 overrides of IsHorizontal
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\CarouselViewController.cs (1)
167
protected override bool
IsHorizontal
=> ItemsView?.ItemsLayout?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
67
protected override bool
IsHorizontal
=> (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
1 reference to IsHorizontal
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewController.cs (1)
547
if (
IsHorizontal
)