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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.Toolkitnamespace in System.Windows.Controls.Toolkit.dllHope this helps 🙂