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
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.