Donate

How To Disable WPF UI Debugging In Visual Studio 2022

Hello,

When running your WPF application thru Visual Studio, you may find a UI toolbar that is useful for checking the Adorner or Visual Tree of the control such as below.
How To Disable WPF UI Debugging In Visual Studio 2022
However, if you want to remove that toolbar, go to Tools menu -> Options -> Debugging. Then uncheck "Enable in-app toolbar". Click Ok.
How To Disable WPF UI Debugging In Visual Studio 2022
Run the application again and you will notice that the UI toolbar disappear.
How To Disable WPF UI Debugging In Visual Studio 2022

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Pass GUID As Parameter To Action Using ASP.NET MVC ContribGrid