Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I show the description box of the properties window in Visual Studio 2010 if it is hidden?

How do I show the description box of the properties window in Visual Studio 2010 if it is hidden?

Missing properites box

For example, the following image shows the description box. It reads "Load: Occurs whenever the user loads the form."

enter image description here

like image 396
Tim Partridge Avatar asked Mar 21 '11 17:03

Tim Partridge


2 Answers

I had the same problem and it was caused by the description box lenght having been dragged to zero. To solve the problem I had to un-dock the properties box and resize it as long as possible. It is then just possible to find the verticle resize cursor at the bottom and resize the box.

like image 187
Alex Avatar answered Oct 25 '22 11:10

Alex


Right click and select "Description" menu item.

like image 4
CodeNaked Avatar answered Oct 25 '22 12:10

CodeNaked