9 references to VerticalItemSpacing
Microsoft.Maui.Controls (9)
Handlers\Items\iOS\GridViewLayout.cs (2)
42
: _itemsLayout.
VerticalItemSpacing
);
198
? (nfloat)_itemsLayout.
VerticalItemSpacing
Handlers\Items\iOS\ItemsViewLayout.cs (2)
151
return new UIEdgeInsets(0, 0, new nfloat(gridItemsLayout.
VerticalItemSpacing
), 0);
189
return (nfloat)gridItemsLayout.
VerticalItemSpacing
;
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
208
args.PropertyName == nameof(GridItemsLayout.
VerticalItemSpacing
) ||
Handlers\Items2\iOS\LayoutFactory2.cs (2)
239
gridItemsLayout.
VerticalItemSpacing
,
258
gridItemsLayout.
VerticalItemSpacing
,
Items\GridItemsLayout.cs (2)
31
/// <summary>Bindable property for <see cref="
VerticalItemSpacing
"/>.</summary>
33
BindableProperty.Create(nameof(
VerticalItemSpacing
), typeof(double), typeof(GridItemsLayout), default(double),