I’m using Visual Studio to analyze some Xaml code. I work at a fairly low level, as such, the designer is completely pointless to me. So, I find it very annoying that I double click on a Xaml file to be greeted by a tiny code viewing window and a huge designer.
I’ve tried resizing the windows, and this kind of works. However, if I close the file and reopen it, the problem comes right back. Also, if I open other Xaml files, they’ll still open with a huge designer
How it always looks when I first open a Xaml file:

How I want it to look every time I open a Xaml file:

Is there any way to get this configuration to “stick”? Is there some kind of setting I can set to configure the size of the design-time window?
Tools -> Options -> Text Editor -> XAML -> Miscellaneous. Click the “Always open documents in full XAML view” checkbox. Hope this helps 🙂