[UWP] How to waiting UI?

Aloento 81 Reputation points
2021-01-15T23:01:39.66+00:00

For Java, we have Platfrom.runlater(); to waiting UI.

But for C# I didn't find something same.
Now I need to wait for the UI loading completed and after that do something such as output a node's actualsize.

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Ken Tucker 5,861 Reputation points
    2021-01-16T13:40:36.627+00:00

    There is a loading control in the windows community toolkit you can use

    https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/loading

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.