Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

How to stop a ListView Refreshing when using XAML

$
0
0

Hi all,

I have a list view in a content page. I have the pull to refresh set. All is working except when I have completed my refresh the activity indicator for a refresh does not stop

<ListView ItemsSource="{Binding SummaryReports.Result.ResultSet}" SeparatorVisibility="None" VerticalOptions="FillAndExpand" x:Name="itemsView" HasUnevenRows="True" IsPullToRefreshEnabled="True" RefreshCommand="{Binding RefreshListCommand}" IsRefreshing="{Binding IsBusy, Mode=OneWay}" SelectedItem="{Binding SelectedCustomer}" HorizontalOptions="Fill">

I make sure isBusy is set to false at the end of the refresh I Have another indicator on the page to check this and it ends just fine. what am I missing?


Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>