Visual Studio 2022 toolbox options are not highlighted

Viewed 50

I have recently installed Visual Studio 2022. I see that the options in the Toolbox is not getting highlighted and is not clickable. Please help to fix.

Toolbox_options_not_highlighted

2 Answers

The only way I can reproduce this is if I right click in the toolbox window and click "List All". That will show all the controls, including the ones listed under "Standard", which are also greyed out for me. If you uncheck "List All", there is no "Standard" section, leading me to believe that this is the case for you. Thus:

  • Check if you have "List All" checked when you right click in the toolbox and uncheck it.
  • Expand the "Common Controls" or the "All Windows Forms" section and your items should be activated again.

enter image description here

You could also leave List All checked and just expand the other sections, but the toolbox will be quite cluttered with List All checked.

Related