Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamically added control missing in live visual tree

Dynamically added control missing in live visual tree (Visual Basic 2019). How can I update this tree so I could inspect control's properties?

screen

like image 775
niepewnyjutra Avatar asked Oct 29 '25 16:10

niepewnyjutra


1 Answers

There is a icon named Show Just My Xaml in the Live Visual Tree like below picture shown: enter image description here

When you click it , you will see all the control in the tree.Show Just My XAML icon on the toolbar is starting in Visual Studio 2019 version 16.4, the view of XAML elements is simplified by default using the Just My XAML feature.

Here is the picture which I click it: enter image description here

like image 52
DasiyTian_1203 Avatar answered Oct 31 '25 05:10

DasiyTian_1203