6 references to IsPullToRefreshEnabled
Microsoft.Maui.Controls (6)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (4)
704 var isPullToRequestEnabled = Element.IsPullToRefreshEnabled && ListView.RefreshAllowed; 1626 if (_list.TryGetTarget(out var list) && !list.IsPullToRefreshEnabled) 1675 if (!list.IsPullToRefreshEnabled) 1689 if (list.IsPullToRefreshEnabled)
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);