| name |
Xamarin.Forms - RefreshView Demo |
| description |
The Xamarin.Forms RefreshView is a container control that provides pull-to-refresh functionality for scrollable content (UI). |
| page_type |
sample |
| languages |
|
| products |
|
| extensions |
|
| urlFragment |
userinterface-refreshviewdemo |
The Xamarin.Forms RefreshView is a container control that provides pull-to-refresh functionality for scrollable content. Therefore, the child of a RefreshView must be a scrollable control, such as ScrollView, CollectionView, or ListView.
This sample demonstrates using a RefreshView to refresh data that's displayed in a FlexLayout that's the child of a ScrollView.
For more information about this sample, see Xamarin.Forms RefreshView.
