-
Notifications
You must be signed in to change notification settings - Fork 66
Home
Filip Skakun edited this page Mar 11, 2016
·
1 revision
Welcome to the WinRTXamlToolkit wiki!
Just putting a few notes in here for now.
Why use WinRTXamlToolkit.Debugging rather than Visual Studio's "Live Visual Tree" and "Live Property Explorer"?
- It shows the visual tree structure in-app. While it might not be desired by many - it might actually be helpful if you only have one screen and want your app window to occupy all of it.
- You can edit properties that have not been set in code.
- You can track focused elements and focus changes.
- You can find all elements that share property value (e.g. list all elements with Opacity = 0).
- You can code additional analyses.