Feuerhamster
❔ Load async data and display it (WindowsAppSDK / WinUI3)
I am currently developing my first windows app with C#, Windows App SDK and WinUI3. I want to do something very basic. Load a list of items and display it in the UI. My problem is, that the method to load the data has to be executed asynchronously because it would block the UI thread. I didn't find any working information about how to do that. Like, it should be a simple solution right? Can anyone help me with that?
12 replies