9 references to GroupHeaderTemplate
Microsoft.Maui.Controls (9)
Handlers\Items\iOS\GroupableItemsViewController.cs (3)
106
? ItemsView.
GroupHeaderTemplate
122
? ItemsView.
GroupHeaderTemplate
151
return GetReferenceSizeForheaderOrFooter(collectionView, ItemsView.
GroupHeaderTemplate
, UICollectionElementKindSectionKey.Header, section);
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
136
groupInfo.HasHeader = groupableItemsView.
GroupHeaderTemplate
is not null;
Handlers\Items2\iOS\GroupableItemsViewController2.cs (3)
83
? ItemsView.
GroupHeaderTemplate
91
if (indexPath.Length < 2 || (ItemsView.GroupFooterTemplate is null && ItemsView.
GroupHeaderTemplate
is null))
131
? ItemsView.
GroupHeaderTemplate
Items\GroupableItemsView.cs (2)
18
/// <summary>Bindable property for <see cref="
GroupHeaderTemplate
"/>.</summary>
20
BindableProperty.Create(nameof(
GroupHeaderTemplate
), typeof(DataTemplate), typeof(GroupableItemsView), default(DataTemplate));