tags:

views:

33

answers:

2

How can I disable the loading of design-view while opening a form in WPF?

Actually, I want to set the XAML-view as the opening tab in design form. It takes so much time to load and the form was locked until I press the Esc button and wait for seconds. There must be an easy way to set this.

How can I get rid of this?

A: 

You can maximize the code view, then the next time you open the file, only the code view will appear.

Konamiman
yes, this is the option that I am using right now but, I need a more stable solution :/ thanks anyway.
yapiskan
+4  A: 

What you're looking for is:

Tools -> Options -> Text Editor -> XAML -> Miscellaneous -> Always open document in full XAML view

Groky
so much thanks to save me from that torture! :)
yapiskan