Notice: After Volume 1 2025 (Mid of March 2025), updates, bug fixes, and feature enhancements for this control will no longer be available in the Syncfusion package. Please switch to the Syncfusion Toolkit for .NET MAUI for continued support. For a smooth transition refer this migration document.
Overview of .NET MAUI PullToRefresh (SfPullToRefresh)
10 Dec 20241 minute to read
PullToRefresh is a refresh control that allows you to interact and refresh the view loaded in it. The PullToRefresh control allows you to refresh the view upon performing the pull-to-refresh action. A progress indicator will be shown while starting the pulling. The application will be refreshed once you have pulled down a certain distance and released the touch.
Use Case Scenarios
PullToRefresh controls are mainly used in applications where users need to refresh the content on demand. The main applications that use the PullToRefresh are listed below:
- Weather
- Gmail
- Live Score applications
Key features
- Transition mode: Specifies the animated transition between the refresh indicator and the pulling pane.
- Pullable content: Display complex views like ListView, DataGrid, and other layouts within the pulling pane.
- Appearance: Customize the stroke color, stroke thickness, background, height, and width of the refresh indicator.
- View templating: Display any view or control in the progress indicator view for both pulling and refreshing actions.