Implementing Pull-to-refresh in Xamarin.Forms

davidortinau

David Ortinau

Posted on January 4, 2021

Implementing Pull-to-refresh in Xamarin.Forms

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:

💖 💪 🙅 🚩
davidortinau
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