Reputation: 8605
My standard VS2010 setup has the Solution Explorer docked on the left-hand side, with a few other panels (Class View, Team Explorer, etc.) tabbed behind it:
However, if I click the pin icon to collapse that panel (to give me more space to work on my code), then later click the pin again to re-dock it, it always appears much thinner: see the second screenshot below.
Solution Explorer panel collapsed...
And now re-docked. Gah! Thin!
Is there any way to get Visual Studio to remember my preferred width for that panel? I'm forever re-sizing it and it drives me nuts. I've tried closing/restarting VS with the panel docked in the hope that it would persist but every time I hide/restore it it goes back to the thinner width.
Upvotes: 6
Views: 1020
Reputation: 1354
I struggled with this very same problem which is still present in VS2013 Update 4, and found the solution.
This problem only happens when the pinned tool is grouped with other tools.
For me it was "Properties" and "Find and Replace" that were grouped together on the right. I could not make them retain their size while they are unpinned/pinned until I ungroup the tools.
Upvotes: 1
Reputation: 279
Have you tried the Perspectives add-in? This should allow you to save and restore window layouts and may help you with this.
Upvotes: 0