syncfusion-maui-toolkit-pull-to-refresh
Installation
SKILL.md
Implementing .NET MAUI PullToRefresh (SfPullToRefresh)
The Syncfusion .NET MAUI PullToRefresh control enables interactive content refreshing through pull-down gestures. It displays a progress indicator during the pull action and triggers content updates when the user releases after pulling beyond a threshold distance.
When to Use This Skill
Use this skill when you need to:
- Implement pull-to-refresh functionality in .NET MAUI applications for refreshing content on demand
- Add interactive refresh controls to scrollable views like ListView, DataGrid, or custom layouts
- Display refresh indicators with progress animations during pull-to-refresh actions
- Customize refresh appearance including colors, sizes, transition modes, and thresholds
- Create custom refresh templates with progress bars or animated views
- Integrate MVVM patterns with refresh commands and data binding
- Handle refresh events for controlling pulling, refreshing, and completion actions
- Host complex views within pullable content areas with proper refresh behavior