How can I disable the Design-Mode in VisualStudio options

前端 未结 4 1623
有刺的猬
有刺的猬 2021-02-03 16:50

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 optio

4条回答
  •  感情败类
    2021-02-03 17:25

    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

提交回复
热议问题