Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove the "Go to live visual tree" / "Enable selection" / "Display layout adorners" overlay when debugging?

How do I remove the box with the 3 icons when debugging?

enter image description here

like image 815
ispiro Avatar asked Apr 19 '16 19:04

ispiro


People also ask

How to hide live visual tree in visual studio 2019?

Just simply uncheck Tools -> Options -> Debugging -> General -> Enable UI Debugging Tools for XAML -> Show runtime tools in application . Show activity on this post. A quicker alternative can be found in a toggle on the Live Visual Tree pane. Show activity on this post.

How do I enable live visual tree?

You can enable this mode when you select the leftmost button on the Live Visual Tree toolbar. With this mode on, you can select a UI element in the application, and the Live Visual Tree automatically updates to show the node in the tree corresponding to that element, and its properties.


1 Answers

Just simply uncheck Tools -> Options -> Debugging -> General -> Enable UI Debugging Tools for XAML -> Show runtime tools in application.

Screenshot

like image 156
Eldar Dordzhiev Avatar answered Sep 22 '22 09:09

Eldar Dordzhiev