Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open new doc tab labels on the right side in Visual Studio?

When I open a new doc, its tab label appears on the left side of the bar. How can I make it appear on the right?

like image 260
fithu Avatar asked Dec 08 '10 13:12

fithu


People also ask

How to Set Solution Explorer in Left side in Visual Studio 2019?

This is an old question, but for anyone looking to change tab placement in Visual Studio 2019, right click the open tab, select [Set Tab Layout] then a position: Left, Top, Right.

How to dock Solution Explorer in Visual Studio?

First of all, you can set Visual Studio 2012 windows to float, dock, or dock as tabbed document. Step 1 is to make sure that your solution explorer is set to dock. Right click on the title of the solution explorer and click "dock" if it is not already done so.

How do I add a tab in Visual Studio?

Right-click on the tab control and select properties. You can see the tab page called "Collection Editor". To add an additional tab, please click the add button. To remove a tab, select it and click remove.


1 Answers

For Visual Studio 2012 and later, this setting has moved to the "Tabs and Windows" section.

Updated directions are:

  1. Click on the "Tools" menu, and select "Options".
  2. Under the "Environment" heading in the listbox on the left, click on the "Tabs and Windows" item.
  3. Check the box labelled "Insert new tabs to the right of existing tabs". This should be the first checkbox in the panel, in the "Tab Well" section.
like image 188
Sly_cardinal Avatar answered Oct 06 '22 12:10

Sly_cardinal