Hi @BitSmithy ,
Let me summarize this question.
I would like to load data after the app is loaded or (better) start loading during splash screen time and finish it after splash screen is hidden. Is that possible in uwp?
You can try to use data binding to do this, read only the first 200 rows at the beginning, and then read the rest in the loaded event. You can use OFFSET FETCH in SQL to query.
No need to delete events or update data, data binding will do it for you.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.