Reputation: 57593
Consider I'm a newbie in WP7-Silverlight development, so please be patient if I'm asking something really stupid.
Yesterday I decided to start studying WP7, so on my
I installed all the required tools:
Watching some Microsoft guide I saw ComboBox control that's now missing as you can read in
So I downloaded Silverlight 5 Toolkit - December 2011 and installed it.
Curiously when I start a new WP7-Silverlight application I can't see ListPicker
in my toolbox.
So I tried to manually load it in toolbox referencing C:\Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Toolkit\dec11\Bin\System.Windows.Controls.Toolkit.dll
, but I get an error stating it's missing some references.
It's something I'm doing wrong, I'm sure... but I really don't know what.
Upvotes: 0
Views: 319
Reputation: 805
ListPicker exists in Windows Phone toolkit, you downloaded the wrong binaries from codeplex, Follow this link
Upvotes: 1