2 types derived from ItemsLayout
Microsoft.Maui.Controls (2)
Items\GridItemsLayout.cs (1)
5 public class GridItemsLayout : ItemsLayout
Items\LinearItemsLayout.cs (1)
7 public class LinearItemsLayout : ItemsLayout
3 references to ItemsLayout
Microsoft.Maui.Controls (3)
Items\ItemsLayout.cs (2)
17 BindableProperty.Create(nameof(SnapPointsAlignment), typeof(SnapPointsAlignment), typeof(ItemsLayout), 29 BindableProperty.Create(nameof(SnapPointsType), typeof(SnapPointsType), typeof(ItemsLayout),
Items\ItemsView.cs (1)
115 BindableProperty.Create(nameof(ItemsLayout), typeof(IItemsLayout), typeof(ItemsView),