Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable the Design-Mode in VisualStudio options

How can I use only the XAML-Code-View without Visual Studio load the Design-Mode?

I need every Time disable the designMode, i cant find this in my options...

alt text
(source: biggle.de)

like image 334
Mario Binder Avatar asked Jul 31 '09 10:07

Mario Binder


People also ask

How do I disable XAML designer?

You can disable the XAML designer using the Options dialog box. To do so, open the dialog by selecting the Options item from the Tools menu. Once visible, expand the "Text Editor" section, then the "XAML" section at the left of the dialog box. Select "Miscellaneous" to show the correct options.

Where is the project designer in Visual Studio?

Settings Page, Project Designer - Visual Studio (Windows)


1 Answers

In vs2015 goto:

Tools > Options > Xaml Designer

Choose "Source View" for "Default Document view"

or you can disable it completely by unchecking "Enable XAML Designer"

In vs2010 goto:

Tools > Options > Text Editor > XAML > Miscellaneous

Under "Default View" Section

check Always open documents in full XAML view

like image 75
Yıldıray Meriç Avatar answered Sep 20 '22 12:09

Yıldıray Meriç