Morano88
Morano88

Reputation: 2077

enabling design view in VS 2010

Does anyone know where can I enable the bar that let me switch between different views (Design,split,..) in Visual Studio 2010 ? I can't find it and it is not enables by default

Upvotes: 8

Views: 18207

Answers (5)

sadish rko
sadish rko

Reputation: 1

go to Tool->Option->General->Enabe Html Designer

Upvotes: 0

Eric Yin
Eric Yin

Reputation: 9003

It's a corrupt installation, try reintall the VS

Upvotes: 1

Kevin G.
Kevin G.

Reputation: 46

If you go into the Visual Studio Tools -> Options menu, under HTML Designer -> General there is a checkbox to enable or disable the HTML designer. Checking this and restarting VS will do the trick and show the Design/Split/Source options at the bottom again.

I really prefer the Code Optimized setup but do need on occasion to hit the design view, shame it does not seem easier to expose and, when exposed, takes up more UI than it really needs to.

Upvotes: 19

timc
timc

Reputation: 339

I also cannot see the Design/Source tab split. I could have sworn it was in VS2010 RC. Did they take it out of retail?? (I'm working with an Activity xaml file)

Upvotes: 0

slugster
slugster

Reputation: 49965

Do you have the Design/source tabs down in the bottom left corner of the window? (just above where your debug & immediate windows appear from in the default view). If you do, look further to the right of them, there is a splitter bar you can drag up to produce the split mode.

Upvotes: 1

Related Questions