Replies: 3 comments 6 replies
-
The big question I have is how much of this work are you pushing off onto a worker thread? |
Beta Was this translation helpful? Give feedback.
-
Microsoft? Any response to this? |
Beta Was this translation helpful? Give feedback.
-
From your description, it seems you are adding a bunch of views to the visual tree. You should use list view to virtualize your rows/columns. |
Beta Was this translation helpful? Give feedback.
-
My app gets data from a database, sorts and groups data, and builds a pretty complex control in code. This is done in about a half second - however rendering the control takes WinUI eight seconds or more. I can display a progress ring while my control is working however the user does not see it for the half second it is visible and they wind up seeing a frozen UI for the 7.5 seconds while WinUI is rendering. How do I display the progress ring and hide it only when the page is rendered and ready to use?
Beta Was this translation helpful? Give feedback.
All reactions