Silverlight for Windows Phone Toolkit Overview
Silverlight for Windows Phone Toolkit offers developers additional controls for Windows Phone application development, designed to match the rich user experience of the Windows Phone 7.1 SDK.
Suggestions? Features? Questions?
- Ask questions in the Create.msdn.com forum.
- Add bugs or feature requests to the Issue Tracker. Help us shape the Silverlight Toolkit with your feedback! Please clearly indicate that the work items and issues are for the phone toolkit.
What's new in August 2011?
New Components for Aug 2011
- Smooth new LongListSelector designed for Windows Phone 7.1 OS
- MultiselectList
- LockablePivot
- HubTile
- ExpanderView
- LocalizedResources
- DateTimeConverters
- DateTimePickers
- HeaderedItemsControl
- PhoneTextBox
- Improved Transitions performance
- Improved ContextMenu performance
- ListPicker supports multiselect
- Various bug fixes
Components in the Silverlight for Windows Phone Toolkit
Silverlight for Windows Phone Toolkit Components
- AutoCompleteBox
- ContextMenu
- DatePicker
- DateTimeConverters
- DatePicker
- ExpanderView
- GestureService/GestureListener
- HeaderedItemsControl
- HubTile
- ListPicker
- LocalizedResources
- LockablePivot
- LongListSelector
- MultiselectList
- Page Transitions
- PerformanceProgressBar
- PhoneTextBox
- TiltEffect
- TimePicker
- ToggleSwitch
- WrapPanel
What's included in the source code?
The sources package includes:
- Complete C# source code
- Open Source Microsoft Public License
- Sample application in VB.NET and C#
- AutoCompleteBox
- ContextMenu
- DatePicker and TimePicker
- DateTimeConverters
- ExpanderView
- Gestures
- HubTile
- ListPicker
- LockablePivot
- LongListSelector
- MultiselectList
- PerformanceProgressBar
- PhoneTextBox
- TiltEffect
- ToggleSwitch
- Transitions
- WrapPanel
Changes of note
You will find the complete change history in the Source Control tab. However, here's a summary of some of the bug fixes.
- AutoCompleteBox focuses correctly after hitting return in the control.
- ListPicker fixed to correctly bind BorderBrush.
- ListPicker no longer opens on a “swipe” gesture.
- ListPicker allows for retrieval of ActualFullModeItemTemplate.
- LongListSelector smoothed for improved UI performance.
- The out transition from a page immediately begins, yielding improved perception of performance. Transition values have been slightly tweaked.
- Hitting the back button during a transition no longer causes a crash.