1 reference to OnFooterTemplateChanged
Microsoft.Maui.Controls (1)
ListView\ListView.cs (1)
47
public static readonly BindableProperty FooterTemplateProperty = BindableProperty.Create(nameof(FooterTemplate), typeof(DataTemplate), typeof(ListView), null, propertyChanged:
OnFooterTemplateChanged
,