Stephen Lasky
Stephen Lasky

Reputation: 447

Make Split View in Visual Studios 2010 Vertical

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.

VS 2010 Layout

Upvotes: 1

Views: 298

Answers (2)

Yee Cher
Yee Cher

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

Click here to view Option

Upvotes: 0

iamrico
iamrico

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

Related Questions