Is anyone working on a Xaml designer for WinUi 3 controls ?
Bob
Loading
Is anyone working on a Xaml designer for WinUi 3 controls ?
Bob
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bob PalankPosted Apr 25, 2023, 3:48 PM
Thank you for your reply. .
Rajkiran SwainPosted Apr 25, 2023, 12:11 PM
As of now, Microsoft does not provide a dedicated XAML designer for WinUI 3 controls. However, you can use the XAML Designer in Visual Studio to create and edit your WinUI 3 applications. The XAML Designer provides you with a visual interface to design your user interface and also provides you with an accurate representation of how the UI will appear at runtime.
You can also use third-party tools such as Blend for Visual Studio or the open-source XAML Styler to enhance your XAML editing experience. These tools provide you with additional features and functionalities that are not available in the default XAML Designer in Visual Studio.
Keep in mind that designing UI for WinUI 3 using XAML may require some additional effort as compared to designing UI for UWP or WPF applications due to the different set of controls and APIs available in WinUI 3. However, with the right tools and knowledge, you can create beautiful and responsive user interfaces for your WinUI 3 applications.