I have used Snoop application as spying utility for my WPF application to find the focus of ui element. Like the same, there is any spying utility is available for Universal Windows (UWP) applications. I have also tried with XamlSpy utility for my application but it doesn't working efficiently. Is there any other utility is available for UWP applications?
Asked
Active
Viewed 2,075 times
1 Answers
6
For UWP apps you have 2 options:
- Use XAML Spy, which is a paid tool.
- Use Live Visual Tree / Live Property Explorer in Visual Studio 2015 (or higher)

Bart
- 9,925
- 7
- 47
- 64
-
@Bart The XAML Spy does not support VisualStudio 2017 and it can not find the routed event. – lindexi Jan 27 '19 at 08:39