bairog
bairog

Reputation: 3373

Visual Studio 2022 17.3.6 Xaml Designer not showing up for UNO platform

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?

Upvotes: 0

Views: 2199

Answers (1)

fomlhaut
fomlhaut

Reputation: 96

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?

Upvotes: 2

Related Questions