WPF is great! I love it. Just so much more convenient and relevant to building user interfaces than Windows Forms!
However, unless you're using third parties components like Telerik, there is still a lack of controls. I recently had the need for a Split button: I button that shows a menu when clicked, to enable kind of a "multi-choices" button.
Here I found a nice and neat implementation of such a control:
http://blogs.msdn.com/b/llobo/archive/2006/10/25/split-button-in-wpf.aspx
Enjoy!
You can also try this SelectButton (similar concept) for WPF http://gist.github.com/580405
Posted by: Loraderon | 15/09/2010 at 13:31