Track Focused Element – “In-App XAML Inspection Toolbar” – Visual Studio 2015

Track Focused Element – “In-App XAML Inspection Toolbar” – Visual Studio 2015

Visual Studio 2015 introduced many tools for debugging and diagnostic. We have seen excellent feature for inspecting and debugging XAML UI, which enables great capability for developers to Visualize and modify the XAML UI within a running application and review the dynamic changes.  We have also seen the In-App XAML Inspection Toolbar , that allow access to the Live Visual Tree and Live Property Explorer directly from the App.

Must Read : XAML Inspection Toolbar : Inspecting XAML for Live Debugging from the Apps

In the recent updates of Visual studio also introduced “Track focused elements” that  track the changes in your app, and select the element in the Live Visual Tree automatically.

image

It has three following options

  • Go To Live Visual Tree.
  • Enable Selection
  • Display Layout Adorners
  • Track Focused Element
  • When the “’Track focused element” is selected,  whenever you change the selection in control inside the App, the Live Visual Tree reflects that.

image

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

4 Comments to “Track Focused Element – “In-App XAML Inspection Toolbar” – Visual Studio 2015”

Comments are closed.