Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# Resolving Conflicts

Anyone know how to place Visual Studio tabs on the bottom of the window instead of on the side?

Hello,

I am trying to place the Solution Explorer and Team Explorer tabs on the bottom of the window instead of on the side (which I believe is the default). A good example of this can be seen in the C# Objects or GitHub videos

I tried dragging and dropping the tabs but they just create new windows. I also tried Googling this but couldn't find a solution

1 Answer

Emmanuel C
Emmanuel C
10,636 Points

I'm not good with the names of each of the panels so I hope I can explain it properly. It may depend on which version of visual studios you have. I'm using VS2017, so I would click and drag the tabs over the bottom panel. While I am dragging a pop up appears that show where you want to align the window. Each panel has one, like the code view panel, where you read/write code and has the tabs of each file like example.cs tab. But the bottom panel, which has the output and error list tabs has its own little pop up when you drag a tab over it. Make sure that you drag and drop the tab(solution explorer) on the pop up of the bottom panel, but in the center of it, That way the solution explorer tab will join the other tabs of the bottom panel instead of making a new window. Hope this helps!