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

How to achieve listview refresh

$
0
0

xaml
<?xml version="1.0" encoding="UTF-8"?>

<ContentPage.Content>


<ListView.ItemTemplate>





</ListView.ItemTemplate>

</ContentPage.Content>

code error :
listview1.ItemsSource = new string[]{"aaa","bbbb" };
listview1.IsPullToRefreshEnabled = true;
listview1.IsRefreshing = true;
image


Viewing all articles
Browse latest Browse all 58056

Trending Articles