EverythingLeafwing
EverythingLeafwing

Reputation: 72

visual Studio WPF xaml designer won't show up, even when enabled

So I'm trying to load the XAML designer in visual Studio, and it won't show up, only the source editor shows up enter image description here

I use the XAML WPF designer to make a lot of decisions, as I'm not on a team and do everything myself with this program including UI design so I tried to turn it back on, so in the settings I tried to turn it on enter image description here I set it to these settings and restarted visual studio and I still can't open it, can someone please help me load the designer?

thanks

Upvotes: 3

Views: 3386

Answers (3)

user107586
user107586

Reputation: 81

For anyone reading this in the future - another issue not mentioned could be that your solution/project hasn't been built, yet.

In my case after building the tab for the XAML designer showed up.

Upvotes: 2

Easy Rhino
Easy Rhino

Reputation: 83

I just started having this problem out of the blue -- the problem is the default editor for XAML pages has been changed somehow. To fix it, right-click the XAML file in Solution Explorer and select "Open With...". In the dialog, select "XAML Designer", then click "Set as Default". Click OK. The designer should appear alongside the XML view.

Upvotes: 2

Andrew Zavala
Andrew Zavala

Reputation: 3

What is below your bottom bar in your screenshot? you should see the Design/XAML tabs to toggle between them, or mouse on the border to drag up the designer/xaml splitter.

Design/XAML tabs

Upvotes: 0

Related Questions