Home > Software engineering >  Hide the black bar on Visual Studio 2022 (Go to live visual tree etc.)
Hide the black bar on Visual Studio 2022 (Go to live visual tree etc.)

Time:12-03

There's a black bar on top of a newly created WPF app, including buttons such as Go to live visual tree. How do I get rid of it?

There used to be an option under Tools -> debugging called "Show runtime tools in application". It's not there anymore.

enter image description here

So how do I hide it?

CodePudding user response:

It's moved in VS2022 to Tools -> Debugging here:

enter image description here

  • Related