0

The source code for different toolkit controls are available from: http://phone.codeplex.com/SourceControl/latest

How do I build the same to use it with my Windows Phone 8.1 app (runtime) ?

Romasz
  • 29,662
  • 13
  • 79
  • 154
Harsha Bhat
  • 718
  • 10
  • 25

2 Answers2

1

Windows Phone Toolkit for WP8.0 and WP7.0 was build for Silverlight and it has slightly different Controls/Namespaces (more) comparing to Window Runtime.

So in case you want to rebuild Controls for windows runtime, it won't be so simple - you will have to do it manually for the whole code.

For more information about developing for Silverlight and Runtime take a loook here at MSDN.

Romasz
  • 29,662
  • 13
  • 79
  • 154
0

You could go for other controls like Telerik or Syncfusion while you wait for WP Toolkit for 8.1 OS. Telerik has really cool controls.