I have added windows phone toolkit using nuget package in windows 8.1 universal app project. it is added successfully, but I can't see reference assemblies in the project and neither i can add reference in page xaml to use toolkit controls. How can use windows toolkit in universal windows phone 8.1 app?
Asked
Active
Viewed 5,926 times
12
-
1Which components do you wish to use, and have you checked to see if the components you wish to use, are not already available in the Windows Runtime framework? – Claus Jørgensen Apr 26 '14 at 09:00
-
1Thanks Clause, I want to use l want to use listpicker control from toolkit. – Muhammad Saifullah Apr 26 '14 at 12:34
-
1@ClausJørgensen-MSFT is there any alternate control for listpicker in default controls in windows runtime framework? – Muhammad Saifullah Apr 26 '14 at 14:08
-
Combo box is good alternative. – Faisal Apr 26 '14 at 18:41
-
2ListPickerFlyout is there for list picker control. – Muhammad Saifullah Apr 27 '14 at 10:05
1 Answers
8
The Windows Phone Toolkit is currently (26th of April, 2014) only supporting Silverlight 8.0 / 8.1 applications.
If you wish to re-use components, you would need to download the source from CodePlex and port the individual components to a Windows Runtime library project. However, this might require a (very) large portion of work.

Claus Jørgensen
- 25,882
- 9
- 87
- 150