When an item is selected in my ListView, I want to display a specific user control in the my ContentControl. Using the following code, my content control merely
I am trying to create WinUI C++/WinRT Component containing XAML control and iclude this custom control inside C# WinUI 3 project. Is this somehow possible? I ha
My scenario is: a TCPClient receives Json objects and distributes them to different queues. Such a queue is handled in a Task like this (the dispatcher is neces
I have a WinUI3 app that I want to deploy as an unpackaged app, i.e. an app that does not use the MSIX packaging format. I followed the instructions given here:
I'm trying to show a popup to edit a brand in my app but it doesn't show up. Function where I call the Dialog: private async Task EditBrandAsync(Brand brand) {
I need to get a reference to the parent Microsoft.UI.Xaml.Window for a Control. Is there a way to do that in Project Reunion 0.5? Window.Current does not work i
I'm trying to build an app using the new Widows App SDK. I used the Windows Community Toolkit to create the application. After consulting the documentation, I t
I'm trying to build an app using the new Widows App SDK. I used the Windows Community Toolkit to create the application. After consulting the documentation, I t