When I develop custom control for WPF that supports theming I need to force the engine to load the right resource instead of my Windows Vista theme. There are some tricks on the web that does is merging the the resources for a specific theme but...
Yes, I know, there already is a TreeListView control in the SDK, but it's simple and it isn't complete, so I developed a my custom control working on .NET Fx 3.0/3.5. It supports template, binding, scrolling and themes (classic, aero, luna). It's...
I like WPF very much and I often prepare some controls for my applications. This time I want to show a simple control extension added to ListBox. Its name is AdvancedListBox that uses custom ListBoxItem and it exposes some properties to know if ListBox...