WPF developers, have you ever needed a control that it is in the Silverlight Toolkit but not the WPF Toolkit?  What is that all about? 

Well my solution to that problem is on CodePlex and it is called the Extended WPF Toolkit.  The Extended WPF Toolkit is a collection of WPF controls, components and utilities made available outside the normal WPF Toolkit.  It includes controls that are missing from the WPF Toolkit, or that have been ported over from the Silverlight Toolkit.

Currently there is only one control in it, the BusyIndicator.  It is the same busy indicator that is in the Silverlight toolkit, but for some strange reason never made it into the WPF toolkit.  Hey, WPF developers need busy indicators too!

BusyIndicator

BusyIndicator makes it easy to let the user know when an application is busy. Simply wrap the relavent content in an instance of the BusyIndicator control and toggle its IsBusy property to True during any long-running process.

busyindicator.jpg

Do you need a control ported over from the Silverlight toolkit?  Or a control that is used so commonly you think to yourself, “Why didn’t that just ship with Visual Studio?”.  Maybe you have a control you would like to contribute.  Whatever the case may be, place your questions in the Discussions and report bugs or request features in the Issue Tracker.

Help me shape the Extended WPF Toolkit with your feedback!

Brian Lagunas

View all posts

Follow Me

Follow me on Twitter, subscribe to my YouTube channel, and watch me stream live on Twitch.