Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Is there a way to disable the WPF designer (the preview pane, I only need the XAML-pane with intellisense) in VS 2010?

Please note that when hiding the Design view of the WPF designer, it will still render the form/control ... I don't consider that disabled.

I only see the "Open With" + "XML Editor"-solution, which doesn't give nearly the fidelity the default XAML designer has.

question from:https://stackoverflow.com/questions/3328589/disable-the-wpf-designer-in-vs-2010

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
238 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...