Search code examples
silverlight-4.0silverlight-toolkittimepicker

How to enable TimePicker in SIlverlight 4 Toolkit?


According to the Silverlight Toolkit website they have a TimePicker as Preview available.

I have installed the toolkit but don't get to see it. How do I activate the Preview controls like the TimePicker?

Many thanks,


Solution

  • If you don't see the TimePicker in your Toolbox, right-click, select "Choose Items" and add it manually. If you don't find it there, this means that the toolkit assemblies aren't registered correctly. What you can do is add a reference to them in your solution and access the controls directly. TimePicker is in System.Windows.Controls.Toolkit namespace in System.Windows.Controls.Toolkit.dll

    Hope this helps :)