jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

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

Help adding UWP support #11

Closed Paul-Brenner-Tangoe closed 8 years ago

Paul-Brenner-Tangoe commented 8 years ago

I have been trying to add UWP support to this plugin but I am getting nowhere. UWP doesn't have a native control for it and the only decent example of it being done on UWP I can find is a sample from Microsoft (https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlPullToRefresh), but for the life for me I can't figure out how to use that logic to add it to the plugin. UWP support would be awesome, since even Xamarin's listview doesn't have support for pull to refresh on UWP.

@jamesmontemagno do you have any plans to add UWP support, or advice on how it could be done? Any help would be greatly appreciated

jamesmontemagno commented 8 years ago

No plans to add UWP at this point as it is a custom listview control. Would be a good PR to send to the Xamarin.Forms repo directly.