The DataGridView properties window is left blank!

I am using Visual Studio 2005 with .NET 2.0. I have no idea what happened, but suddenly I noticed that the Properties window for all DataGridView objects in my project is empty. I tried to reset new ones. I restarted Visual Studio and my computer ... is still empty. I did some Google searches and I found people who had the same problem but no solution, and it looks like Microsoft was not able to duplicate it. Any ideas?

+3
source share
4 answers

I created a new project in a new instance of Visual Studio and dropped the DataGridView there, and it worked. Then I checked my other project in another VS instance, and the properties can return for my DataGridView. Fluke or solution? I do not know.

+1
source

I had similar problems when my property windows are empty. This happens when your machine uses a lot of user interface resources, or your toolkit tries to update the list of controls.

  • Check if your control is selected in the properties window at the top of the properties window screen.
  • Try switching to another control and then back to force the property window to refresh.
  • Just close your user interface and open it.
  • , .

, , / , . // Windows/AutoToolboxPopulate - false. .

+1

, "&" . , "&" ; .

- "&" .

+1

I had a bunch of similar problems with Visual Studio UI doing weird things. I figured this was due to memory consumption (and not a lack of machine memory). Jetbrains did a wrapper here that solved a lot of my problems in Visual Studio 2005.

0
source

Source: https://habr.com/ru/post/1717472/


All Articles