Is it possible to separate the WPF window I'm designing from its XAML code? Double clicking any XAML file will open it and show both the XAML code and the WPF window in one window, splitting them either horizontally or vertically, but still both are in one window. I've got 4 monitors, and the XAML code I write has long lines, so I'd like to edit the XAML code on one monitor alone and view the WPF window on another, but splitting them into two different windows doesn't seem possible.
A couple lousy workarounds which I can do but I don't like are:
So is it possible to split them? Or maybe you have a better workaround than mine?
I had this same problem, then i found a way to separate it like this,
This creates a separate tab for the XAML source editor, just undock it and create a new window.