jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

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

Multipe BindingContexts #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

I want to include the PullToRefreshLayout in to my existing page. But the BindingContext of the page has already been set to another class(not forms project). Is there any other way I can call the RefreshCommand ?? May be like an event??

ghost commented 8 years ago

nvm, you've exposed the RefreshCommand and IsRefreshing. I directly used them instead of their binding properties.