You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
if LoadDataAsync failed due to a http request or something else, HasMoreItems is set to false, and I will show a Button for user to retry and call LoadMoreItemsAsync, if retry succeed, HasMoreItems is still false, when user scroll to bottom of ListView, LoadMoreItemsAsync will not be called automatically.