Live Visual Tree is a debugger tool that helps you to perform XAML debugging more easily. Using this, you can inspect the XAML at runtime and visualize the layout to show alignments and space for UI elements.
Basically, Live Visual Tree provides you a tree view of the UI elements of your running XAML application, and provides information about the number of XAML elements inside each container. If the interface changes from one state to another, Live Visual Tree also changes in runtime.
In this recipe, we will learn more about Live Visual Tree and how to use it to visualize the actual control rendering on the UI.