If you’ve ever tried creating a tool or an application with WPF, you know that the built-in controls contain many properties, methods and events, and finding the right one to use can be, well, fun!
As an aid to creating WPF applications, I created this simple tool which explores the various controls and exposes their properties, methods and events. It’s handy as a quick reference, or as a convenient way to get familiar with the various controls.
The tool is a PowerShell script, so simply download the script, right-click and ‘Run with PowerShell’.
More info here: https://smsagent.wordpress.com/tools/wpf-control-explorer/
This is really neat!
Thanks Trevor 🙂
You’re welcome!