dukenukem
dukenukem

Reputation: 209

Where has Design View gone in Visual Studio 2012?

I just installed Visual Studio and I am writing a C# program. However I can't see ho to switch to design view. In Visual Studio 2010 I seem to recall that there were tabs beside the main text area that let you select between code, design or split views?

By the way when I was installing VS2012 I select C++ as my 'main language' so I don't know if that might have something to do with the missing design view?

Upvotes: 1

Views: 17755

Answers (3)

jjones150
jjones150

Reputation: 302

Make sure that you have the .xaml.cs file selected then go to view->designer.

Upvotes: 0

white-Developer
white-Developer

Reputation: 31

Right Click select at your file to view than find view design bottom or can see Design tab on the left bottom as first answer

Upvotes: 0

Ateş Danış
Ateş Danış

Reputation: 166

enter image description here

When you are open a xaml file you can see Design tab on the left bottom of the VS.

Upvotes: 2

Related Questions