Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable the WPF designer in VS 2010?

People also ask

How do I disable XAML designer?

In Visual Studio 2015/2017/2019/2022: In the Tools -> Otions menu, open the XAML Designer node, then uncheck "Enable XAML Designer"

How do I enable XAML designer?

To open this page, choose the Tools menu and then choose Options. To access the XAML Designer property page, choose the XAML Designer node. Settings for the XAML Designer are applied when you open the document. So, if you make changes to the settings, you need to close and then reopen Visual Studio to see the changes.

Where is XAML designer?

To open the XAML Designer, right-click a XAML file in Solution Explorer and choose View Designer. to switch which window appears on top: either the artboard or the XAML editor.


I don't know about 2010, but in 2008 you can Tools->Options->Text Editor->XAML->MIscellaneous->"Always open documents in full XAML view"

Maybe this helps.


I haven't tried this in Visual Studio 2010, but in 2008 you can have it treat XAML files as XML files (and thus use the standard XML text editor, rather than the designer's XML editor). You can do this by right clicking an XAML file, select "Open With", pick XML file from the list, and then set that as the default.

At least in 2008, you still got pretty good intellisense, but none of the overhead of the XAML designer.


Try turning off "Automatically Populate Toolbox" in addition to Open in XAML View (it's on the same dialog). This seems to really improve the performance as well.