I have seen lot of developers who are working with Visual Studio; they actually face issue with Layouts [Visual Studio Layout]. Now a days, developers use multiple system, it can be Desktop, Laptop or Tablets, etc for multiple purpose. So, depending on the devices the layout always changes. So when we move from one device to other device with Visual Studio, we face the layout issue.
It is because, in small device, screen size is very small and the visual studio components like ToolBox, Solution Explorer and Server Explorer etc. take more space generally. So, we need to manage every time when we move to one device to another.

But you should not worry about this with Visual Studio 2015. Actually Visual Studio 2015 has introduced a great feature “Custom Windows Layout”. So, now you can customize your layout window as per your working device and reuse it any time. It allows us to create custom layout as per your requirement and use it.
Let’s take an example. Suppose a developer is working with two systems. One is his laptop and other one is his secondary monitor [Desktop]. Sometimes he has required to work on laptop and sometime on desktop.
See the following image; here developer is using Desktop where he want to see the Solution Explorer as well as Server Explorer.

But when he moves with his laptop, the screen size is small as compared to desktop. So, he only want to focus on code rather than Server Explorer and Solution Explorer. So, to manage this he need to be unpinning both windows. Now he can only see the code part.

Issue
If you are going to use Visual Studio with some different screen size of devices then you again need to change the layout.
Solution
But if you are using Visual Studio 2015, there is no need to change manual layout every time. You just create the custom layout and reuse according to your devices.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.










Muhammad Aqib ShehzadPosted Dec 24, 2015, 1:24 PM
nice one
Santhakumar MunuswamyPosted Dec 23, 2015, 10:28 AM
Thanks for nice article.
Banketeshvar NarayanPosted Dec 23, 2015, 7:41 AM
Nice Share
Raja TPosted Dec 23, 2015, 7:05 AM
Nice, Thanks for sharing