How to show the properties window description window in Visual Studio 2010, if it is hidden?

How can I show the property window description window in Visual Studio 2010 if it is hidden?

Missing properites box

For example, the following illustration shows a description box. He reads "Upload: Occurs whenever a user uploads a form."

enter image description here

+6
visual studio
source share
4 answers

I had the same problem and this was because the length of the description window was dragged to zero. To solve this problem, I had to disable the properties window and resize it as long as possible. Then you can simply find the vertical resize cursor at the bottom and resize the window.

+9
source share

Right-click and select the Description menu item.

+2
source share

If Alex's suggestion does not work, an alternative is to click WINDOW > Reset Window Layout .

Warning: This will reset every window that is best used only as a last resort.

+2
source share

I had the same problem, which is why I ended up reading this. I tried the right click and unchecked the description box and double-checked it. did not help. Then I moved the mouse to the very bottom of the window of a small window and saw a cursor that looked like two arrows in a horizontal line, here is an image of an arrow . By dragging this line, I was able to return my descriptions.

0
source share

All Articles