How to find control in visual studio 2010 - visual-studio-2010

Is there any window in Visual Studio 2010 that can be used to find controls?
I want to see the list of all controls used in my project.

On top of the property window there is a dropdown menu where all the controls of the open file are listed and you can select them in there. This could be usefull if you have hidden controls not appearing on your form.

Related

What is this feature name in VS 2019?

In Visual Studio 2019, I can see this icon to adjust the different panes:
What is this feature name in VS 2019 and VS 2017?
This handle can vertically split the editor.
That's the splitter control. It's found in a lot Microsoft apps like Word or Excel. Alternatively click Split on the Window menu. See Customize window layouts in Visual Studio
It's similar to Splitter Control for Windows Forms

Can't find server explorer Microsoft Visual Studio 2015

I'm trying to make a C# application and I need the server explorer but I can't find it when I click on View menu. I am using Microsoft Visual Studio Express 2015. Is it disabled or did I do something wrong?
If it is missing you can modify your View menu using the following instructions:
Open Visual Studio
Go to Tools > Customize...
Click the Commands tab
Select View from the Menu Bar dropdown (make sure the Menu Bar radio button is selected)
Scroll down the menu window until you see Solution Explorer and select it.
Click the Add Command... button
Scroll down the Categories list and select View
Scroll down the resulting Commands list and select Server Explorer
Click the OK button
The Bad
If you double click on the solution (SLN) file, the result is this.
If you close the solution, the result is this.
The Good
If you close Visual Studio 2015, and then just run it without opening any solution, the result is this.
The Ugly
Click on File,
Open,
Project/Solution,
Browse to your solution's folder,
Select the solution file,
Click the Open button.
There you go! You will now find it under the View menu. I have a screenshot to prove it.
About
Just a little something for posterity.
Microsoft Blend for Visual Studio Community 2015 Version 14.0.25431.01
Update 3 Microsoft .NET Framework Version 4.7.02046
Installed Version: Blend
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
NuGet Package Manager 3.5.0
Running on Windows 10.0.15063 (64-bit).

Anchor and Dock property missing Visual Studio 2010

I am trying to make resizing adjustments to my MDI application in visual studio 2010 and i cannot see the anchor and dock properties in the properties tab when i click on my form. Is there a setting i need to turn on? Does anyone know the change i need to make?

How Visual Studio displays controls in the toolbox depending on the document open

I wanted to know how Visual Studio Toolbox displays only a sub-set of Controls of all the controls depending on the document open. Document can be any file, for example, when WindowsForms is open, any component that can be dropped appears on the toolbox.
How does Visual Studio does it?
I have Visual Studio SDK installed. How do I know which tabs are hidden and which tabs are displayed. (Of course "Show All.." is unchecked).
Thanks!!
-Datte

How to set SSRS ConsumeContainerWhitespace property in Visual Studio 2008?

I am trying to set ConsumeContainerWhitespace using the Report Designer in Visual Studio 2008, but I can't find the property in the GUI. Since I can't find it, I'm wondering if this is new to VS 2010. Is it possible to set this property in VS 2008? If so, how is it done?
You can set this property using the VS2008 GUI. Just click on the report surface and hit F4 to bring up the properties window, and then select "Report" in the object selector at the top of the window. You should then see the ConsumeContanierWhitespace property. (see the screen shot below).
For those who have Visual Studio 2012
Click on the Report1.rdlc and it will open in the VS 2012
Click Outside the Report1.rdlc and PRESS F4 it will open Properties.
there you will find the ConsumeContainerWhiteSpace property.

Resources