Posts Tagged SplitButton
WPF SplitButton – Version 1.0.0.1 Released on CodePlex
Posted by Tim Valentine in WPF on June 24, 2009
I’ve released version 1.0.0.1 of the SplitButton control for WPF on CodePlex: http://anothersplitbutton.codeplex.com/ The details of the changes can be found there or on my previous post as well. If you have any suggestions for the control please feel free to express them on the CodePlex site.
WPF SplitButton Update
Posted by Tim Valentine in WPF on June 22, 2009
I added a new DependencyProperty for the SplitButtonHeader control called PastLeftDetection. When set to True, any MouseDown past the left of the drop-down initiator (but still on the SplitButton), will cause it to re-route the MouseDown to the DropDownInitiator instead. This will now be the default behavior for SplitButtonHeader because it gives the user their intended result. Also, there are now XML comments for basically everything in the project now.
I’ll release an update on CodePlex in the next few days. If you need the update now, just add a comment to this post or on CodePlex.
WPF SplitButton control release on CodePlex
Posted by Tim Valentine in WPF on June 19, 2009
I’ve been working on a WPF SplitButton control for the past few days and I finally have a stable, open source, lookless version available on CodePlex. The project and all details can be found here: http://anothersplitbutton.codeplex.com/