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

Remove Cookies From CookieContainer Class

How To Test Or Check Dead Pixels And Backlight Bleed On Your Monitor Using Dead Pixel Checker In Windows 11