How can I disable the Design-Mode in VisualStudio options

前端 未结 4 1625
有刺的猬
有刺的猬 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:29

    In VS 2015, It can be also achieved by clicking the collapse icon then clicking the XAML icon, it will first show designer only then it will show the xaml code only and keep the designer collapsed just in case you need it.

    Click the collapse icon (The double arrows)

    Click the XAML icon (XAML with code sign)

    This is what it should look like after clicking the XAML icon

    Finally you can Save window layout from the window menu, and use the layout when you open your project next time.

提交回复
热议问题