2 references to IsPullToRefreshEnabled
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
27 /// <summary>Bindable property for <see cref="IsPullToRefreshEnabled"/>.</summary> 28 public static readonly BindableProperty IsPullToRefreshEnabledProperty = BindableProperty.Create(nameof(IsPullToRefreshEnabled), typeof(bool), typeof(ListView), false);