5 references to IsRefreshing
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (3)
537
var refreshing = Element.
IsRefreshing
;
1695
UpdateIsRefreshing(list.
IsRefreshing
);
1703
if (!list.
IsRefreshing
|| !_refresh.Refreshing)
ListView\ListView.cs (2)
30
/// <summary>Bindable property for <see cref="
IsRefreshing
"/>.</summary>
31
public static readonly BindableProperty IsRefreshingProperty = BindableProperty.Create(nameof(
IsRefreshing
), typeof(bool), typeof(ListView), false, BindingMode.TwoWay);