aahrens
aahrens

Reputation: 5590

Display Tabbed Documents Vertically instead of Horizontally

I've attempted to navigate the Options menu in Visual Studio to no avail. How can I change Visual Studio 2010 to display tabbed documents vertically instead of the default horizontally?

Upvotes: 8

Views: 7193

Answers (2)

Ozan BAYRAM
Ozan BAYRAM

Reputation: 2901

There is an update regarding to this question.

Visual Studio tabs maybe positioned vertically on the left or right rather than on top of your code files. This is possible from Visual Studio 2019 version 16.4+.

Also grouping with in different colors is also possible.

Just go to Tools > Options window. Under "Environment" section you can find Tabs and windows. You can set your desired settings.

Options window

It will look something like this:

visual studio result

Upvotes: 0

user596075
user596075

Reputation:

Right-click on the tab of the file that you are viewing and select New Vertical Tab Group.

And once you have a vertical tab group opened, you can just click and drag files to that vertical pane.

Edit

It looks like this functionality is available through Pro Power Tools for Visual Studio.

Upvotes: 5

Related Questions