I am new to MAUI. I want to create one list with Load more and Pull to Refresh functionality.
When user reach to end of list, it should provide a loader at bottom and can have callback so we can call API to load the data.
Similar to load more when user drag the list bottom when it reach to top, want to show loader at top and callback method so we can call API for first page and reset data.
Any help will be appreciated. Please let me know if you want more details.
I have checked syncfusion library but found it does have only PullTorefresh part. Please correct me if you find something different.