1

I've followed Get Started on Visual Studio 2022 UNO platform guide. Then I've created new app with the following platforms:

enter image description here

When I try to open Xaml designer for MainPage.xaml - is is not appearing:

enter image description here

As you can I've selected WinUI project in a top-left dropdown as adviced here - with no success.

How to make Xaml Designer appear?

halfer
  • 19,824
  • 17
  • 99
  • 186
bairog
  • 3,143
  • 6
  • 36
  • 54
  • Does this answer your question? [Where is the designer view in WinUI 3?](https://stackoverflow.com/questions/70292470/where-is-the-designer-view-in-winui-3) – demonplus Apr 07 '23 at 07:36

1 Answers1

1

Unfortunately, there is no XAML Designer for the new WinUI 3.0 (although there was one for the old UWP, which is what's referred to in the advice link that you found). So it's not exactly a problem of UNO Platform.

In fact, there is an open issue on GitHub which was opened more than a year ago, and the problem still remains: Discussion: WinUI 3.0 XAML Designer #5917

And, apparently, it isn't even in the roadmap: Windows UI Library Overview

Finally, there is a previous question here regarding this topic: Where is the designer view in WinUI 3?

fomlhaut
  • 46
  • 4