Quick tip: XAML and named controls.

Last week I was working on a GUI tool that basically had to work without depending on ShowUI module being present on the box that I tend to use for most of GUI tools I built. I also wanted to use WPF, so I had to create it in XAML and just start from there. My main issue was: how do I get all named controls stored in variables without too much work on my side, something that ShowUI does automagically.
Read more…

Advertisement