Could someone please advise me on the "correct" way of implementing Pull to refresh on UWP?
Below are some examples I've found however I'm not sure which one is using the best approach:
- Microsoft sample which is for a ListView - This works however it is specific to the ListView Control
- AmazingPullToRefresh is a NuGet package that also works however it is somewhat limited in terms of styling
- PullToRefreshUWP_WindowsComposition is another example however it works differently to the other two as it does not use an extension class
Any advice is much appreciated