4 references to HorizontalItemSpacingProperty
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\GridViewLayout.cs (1)
22 if (CollectionView != null && propertyChanged.IsOneOf(GridItemsLayout.SpanProperty, GridItemsLayout.HorizontalItemSpacingProperty,
Handlers\Items\iOS\ItemsViewLayout.cs (1)
101 GridItemsLayout.HorizontalItemSpacingProperty, GridItemsLayout.VerticalItemSpacingProperty))
Items\GridItemsLayout.cs (2)
51 get => (double)GetValue(HorizontalItemSpacingProperty); 52 set => SetValue(HorizontalItemSpacingProperty, value);