Implementing Pull-to-refresh in Xamarin.Forms
David Ortinau
Posted on January 4, 2021
You can wrap any content in a RefreshView
to add pull-to-refresh functionality. Yes, ANY!
While ListView
has this baked-in, newer controls such as CollectionView
don't. All you need to do is surround the control or layout, add a command and boolean indicator, and viola!
Resources:
💖 💪 🙅 🚩
David Ortinau
Posted on January 4, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
dotnet How to Build Mobile Document Scanning App with Xamarin.Forms for Android and iOS
November 11, 2022