As a Visual Studio users we all are familiar with what is Toolbox and what is the purpose of it. The Toolbox displays icons for controls that we can add to Visual Studio projects. we can open the Toolbox, by just clicking the Toolbox option in the View menu. By default all the control represents with an Icon and control name.
This definitely helps us find the controls faster using the name and use them in application. However, when there is a project which have lot many control set some time it is difficult to find as we need to scroll through or find them.
Related Post : Search Toolbox controls in Visual Studio
If you are familiar with icon, in that case you can just change the layout from List View to Horizontal. Right click on the control tab section and un-checked the “ListView” options.
Must Read : Drag and Drop XAML Controls from Toolbox to Document Outline
This will change the control layout in a horizontal mode by placing the control side by side and would be easier for your to access.
Note: This layout change will only applicable to the tab where you unchecked the “List View” options. Rest other places control layouts will remain same ( As shown in below screenshot the layout changes applied for “Common XAML Controls” not for “All XAML controls”)
Related Tip :How to Place your reusable code into Toolbox in Visual Studio?
To revert it back, you can just select back the “ListView” option in the particular Tab. Incase there are many layout changed and you want them back as earlier, you can “Reset” the toolbox .
Hope this helps !
Pingback: #overcommit 8 | abandonedmutex
Pingback: Dew Drop – January 11, 2016 (#2164) | Morning Dew
Pingback: 31 Days …. 31 Visual Studio Tips & Tricks from Daily .NET Tips–January 2016 Links – Abhijit's World of .NET