A fork of Windows Phone Toolkit. A better Windows Phone Toolkit.
Find a file
2014-11-22 12:50:12 +08:00
.nuget Add NuGet.Config 2014-01-03 22:06:06 +08:00
microsoft.phone.controls.toolkit/itemsstackpanel Improvements and fixes 2013-08-16 02:03:06 +08:00
Microsoft.Phone.Controls.Toolkit Fix #25 2014-11-12 02:06:51 +08:00
Microsoft.Phone.Controls.Toolkit.Localization Remove support for WP7 2014-11-03 12:56:47 +08:00
Microsoft.Phone.Controls.Toolkit.WP8 Fix a LongListMultiSelector animation bug 2014-11-22 12:50:12 +08:00
PhoneToolkitSample More closely match the built-in experience 2014-11-03 22:00:29 +08:00
PhoneToolkitSample8 More closely match the built-in experience 2014-11-03 22:00:29 +08:00
.gitattributes Update settings 2013-06-08 13:21:32 +08:00
.gitignore Update settings 2013-06-08 13:21:32 +08:00
LICENSE Create LICENSE 2014-08-29 22:12:38 +08:00
PhoneToolkit.sln Remove support for WP7 2014-11-03 12:56:47 +08:00
PhoneToolkit.snk 80797 2013-04-29 11:00:49 +08:00
README.md Update README.md 2014-05-27 20:36:52 +08:00

Windows Phone Toolkit (Kinnara's fork)

Includes fixes, improvements, and more controls.

NuGet package

Highlights

ApplicationBarSubmenu
Submenu for an application bar item.

FlipView
Lets people flip through items one at a time. Similar to the WinRT FlipView.

ImageButton + ToggleImageButton
Button/ToggleButton control which has an image as its content.

Label
Enhanced text control that supports MaxLines and TextLineBounds. A rich set of standard styles are provided.

ListView
Long list selector with incremental loading and more.

PhonePasswordBox
An extended password box which implements header, placeholder text, and a show password check box.

PhoneSlider
An extended Slider which implements tick marks and snap points.

PropertyUI
Interactive property presenter with copy context menu.

RadioButtonGroup
More easily implement a group of radio buttons.

StartView
Panoramic view similar to the start screen.

VariableSizedWrapGrid
Provides a grid-style layout panel where each tile/cell can be variable size based on content. Similar to the WinRT VariableSizedWrapGrid.

WaitCursor
The wait cursor is a blocking visual animation typically reserved for cases where the application cannot continue until an event is satisfied.