Reputation: 447
How do you make the "split" view function a vertical split rather than a horizontal split in Microsoft Visual Studios 2010? In particular, I want to do this when editing .aspx files.
Note: There are several articles noting how to do this in VS 2008 however VS 2010 seems to be different. Note the picture below, there is no HTML editor and even in the Text Editor there exists no option to split vertical.
Upvotes: 1
Views: 298
Reputation: 1
For those who are using VS2019:
I am using Visual Studio community 2019 for WebForm.aspx
Go to Tools > Options > Web Forms Designer -Tick split view vertically -Restart Visual Studio
Upvotes: 0
Reputation: 161
Just right click the tab and select "New Vertical Tab Group"
Update:
Split view vertically - Go to Tools > Options > HTML Designer - Check Split views vertically - Restart Visual Studio
Upvotes: 3