Here you will see some useful tools used to develop Windows Phone 8 applications. It is a free and open source package mainly used for controls.
Controls in Windows Phone Toolkit
- AutoCompleteBox
- ContextMenu
- CustomMessageBox
- DateTimeConverters
- DateTimePickers
- Effects: SlideInEffect, TiltEffect and TurnstileFeatherEffect
- ExpanderView
- HubTile
- ListPicker
- LongListMultiSelector
- Map extensions
- PhoneTextBox
- RatingControl
- ToggleSwitch
- TransferControl
- Navigation transitions
- WrapPanel
First ensure that the “NuGet Package Manager” is installed as shown below. Go to Tools and select Extensions and Updates.
Now the Extensions and Uploads popup will be shown as below. Type NuGet in the search box and install it; in my case it was already installed so just click Close (after installing NuGet restart Visual Studio 2012).
After installing the NuGet Package Manager right-click your Reference folder in your project Solution Explorer select “Manage NuGet Packages” as shown below.
Then the new popup will appear as shown below. In that search box type “Windows Phone toolkit”.
Install this package. After the installation has finished the screen will be as shown below.
Close this popup and check your References folder in Solution Explorer as shown below.
Now your Windows Phone toolkit is ready for use. Then we need to include the XAML namespace in your XAM page as shown in the following screen.
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

Murali RPosted Sep 24, 2015, 5:26 AM
how to create transparent password box in windows phone8.1
Murali RPosted Sep 24, 2015, 5:25 AM
Thank you
Suresh MPosted Sep 21, 2015, 6:51 AM
you need to install icrosoft.Phone.Controls.Toolkits from nuget
Murali RPosted Sep 21, 2015, 1:25 AM
In Reference folder i didnt get microsoft.Phone.Controls.Toolkits.But Toolkit.Content has the image you specified
Murali RPosted Sep 21, 2015, 1:24 AM
In Reference folder i didnt get microsoft.Phone.Controls.Toolkits.But Toolkit.Content has the image you specified
Murali RPosted Aug 28, 2015, 1:41 PM
Hello.how to use this toolkit
kasi babuPosted May 25, 2014, 10:34 AM
nice and simplified article...what;s next....suresh