It'sNotALie.
It'sNotALie.

Reputation: 22804

How to undo the split view in VS2013?

I've downloaded the VS2013 Preview (Express, Windows Desktop if you're wondering/affects this). I've got a small issue though. I have the split view. I quite like it. Sometimes I have to get back into non-split view. However, the only way to do this as far as I know (at least in the C# code editor) is to close VS and open it again. This is pretty annoying. Is there any other way of un-splitting the view?

If you don't know what I'm talking about: How do I unsplit this?

Upvotes: 12

Views: 7590

Answers (4)

Joshua Richardson
Joshua Richardson

Reputation: 2029

In current version, as of this writing, it's under View -> Editor Layout -> Single

Upvotes: 0

Kaiyakha
Kaiyakha

Reputation: 1913

In VS2017 Window -> Remove Split. Check this out.

Upvotes: 3

Ashton
Ashton

Reputation: 1

Look near the top. The -> Split. That should unsplit the view. Lots of other useful window arrangement views there as well.

Upvotes: 0

abc123
abc123

Reputation: 18823

Hover over the middle section and drag it all the way back to the top

Where shown in imageVisual Studio 2012

Upvotes: 24

Related Questions