WP7 Development Tip of the Day: Silverlight Toolkit for Windows Phone

by brad 28. October 2010 04:00

The Silverlight Toolkit for Windows Phone is a collection of open source controls that provide an easy way to implement functionality that is not so easy to implement using the standard Windows Phone developer tools.  Our next few tips we’ll walk through each of the controls available in the toolkit.  But first, we’ll look at the toolkit from a high level and look at how to use it in your project.

What’s in the Toolkit

As of this blog post, the latest version of the Toolkit available is the Sep 2010 version which includes the following controls:  (As I write tips for these controls, I’ll link to the articles)

  • Gesture Service – for helping you interpret when users have made specific gestures, such as flicking
  • Context Menu – for implementing the Windows Phone equivalent of a right-click menu.  These menus are accessed by tapping and holding
  • DatePicker – for letting users select dates with a control made specifically for selecting dates.  Beats typing them in by hand
  • TimePicker – Same as DatePicker, but for times instead of dates
  • ToggleSwitch – Similar to the ON/OFF switches you see on the iPhone.  A classier version of a checkbox
  • WrapPanel – the old standby WrapPanel that came from WPF, leaked into Silverlight through the Silverlight Toolkit, and now is available for Windows Phone.

Installing the Toolkit

You can get the latest version of the Toolkit at http://silverlight.codeplex.com/.  Note that there are two toolkits available here: One for regular Silverlight and one for Phone Silverlight so be sure you get the right one.

When you install the toolkit, the binaries will be placed in a folder very similar to “C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.0\Toolkit\Sep10\Bin”.  If you lose track of them, you can find a shortcut in your Start menu.

Stay tuned … we’ll look at the Gesture Service in tomorrow’s tip.

Other Resources

More Tips

Tags: ,

Windows Phone | WP7 Tip of the Day

Comments

10/30/2010 6:35:42 PM #

pingback

Pingback from topsy.com

Twitter Trackbacks for
        
        WP7 Development Tip of the Day: Silverlight Toolkit for Windows Phone
        [codebadger.com]
        on Topsy.com

topsy.com

11/2/2010 9:00:58 AM #

trackback

WP7 Tip of the Day: Silverlight Toolkit: Context Menus

WP7 Tip of the Day: Silverlight Toolkit: Context Menus

code badger

8/28/2011 12:45:33 PM #

pingback

Pingback from programmersgoodies.com

question about the datePicker available for windows phone - Programmers Goodies

programmersgoodies.com

Comments are closed

About Brad

Brad Tutterow lives in Illinois and works in Missouri. He has 12 years of experience developing web sites and Windows applications using a variety of technologies and is most excited currently about Silverlight, Windows Phone 7, Halo Reach, and Visual Studio 2010.