C++ WinUI 3

srfpala 111 Reputation points
2021-04-12T14:12:04.04+00:00

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

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
2,745 questions
{count} votes

1 answer

Sort by: Oldest
  1. Castorix31 68,491 Reputation points
    2021-11-20T15:57:53.38+00:00

    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)

    1 person found this answer helpful.
    No comments