To enable Pull to Refresh in a ListView in Xamarin, you first need to specify that it is PullToRefresh enabled and then specify the name of the command you want to invoke upon the ListView being pulled:
<ListView x:Name="itemListView" IsPullToRefreshEnabled="True" RefreshComm...