jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

Pull To Refresh a ScrollView or ListView in Xamarin.Forms
218 stars 49 forks source link

How to use with scroll view #10

Closed desh2608 closed 8 years ago

desh2608 commented 8 years ago

I have a CompanyList class which contains an accordion inside a scroll view. I want to implement PullToRefresh on this scroll view. I have added the scroll view as a child of the refreshView.

I am not sure how to use the SetBinding statements. Can someone help with that? Currently when I pull down, all that happens is that the loading animation appears and stays forever.

jamesmontemagno commented 8 years ago

Take a look at my samples: https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout/blob/master/RefreshSample/Views/ScrollViewXamlPage.xaml