0
I have a home page, and when I click a button, I navigate to the next page.
The problem is that this page does a database query and returns many records, which are inserted in 3 listviews
different. Then the app stays locked until you finish this search and fill in the listviews
.
How to show a progressring
while the page loads and only displays to it after it is fully available?
You are working with Web or Winforms?
– Alexandre Cavaloti
@Alexandrecavaloti, put it on the tag, uwp
– Marceloawq