Archive

Posts Tagged ‘User Interface’

Snoop

October 1st, 2009 No comments

I’ve been up to my eye-balls in WPF development lately. It is a bit different from ASP.Net and WinForm development. I found a utility today that helps me understand exactly what is going on with the UI: Snoop. Snoop can “see” all WPF apps running. You can examine the logical tree and even map UI elements to specific items on the UI surface. (Ctrl + Shift + Mouse-Over the UI element)

Snoop:
http://blois.us/Snoop/

Enjoy,