3 references to SpanProperty
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\GridViewLayout.cs (1)
22
if (CollectionView != null && propertyChanged.IsOneOf(GridItemsLayout.
SpanProperty
, GridItemsLayout.HorizontalItemSpacingProperty,
Items\GridItemsLayout.cs (2)
15
get => (int)GetValue(
SpanProperty
);
16
set => SetValue(
SpanProperty
, value);