I'm actually doing some tests with WindowsAppSDK/WinUI and the GUI is done in XAML
But, I don't know why, there is no Designer for XAML, like in WPF or UWP, which seems absurd (XAML is normally built visually and generated)
So I usually do some copy/paste from UWP XAML... (WPF is a bit different)
C++ WinUI 3
srfpala
111
Reputation points
When I start a new application, I use the controls toolbox to build the GUI for the app by dropping controls on the form.
How do I do this in WinUI3 ?
Bob
1 answer
Sort by: Most helpful
-
Castorix31 85,696 Reputation points
2021-11-20T15:57:53.38+00:00