Click here to Skip to main content
15,881,690 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I tried to find a DateTimePicker control in WPF but it cannot be found. Any idea on how can I insert a DateTimePicker into xaml?
Posted

You can go for the WPF toolkit/[^]

hope it helps :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jun-13 3:59am    
5ed, of course. Somehow I missed this one, referenced two other instead, please see.
—SA
Espen Harlinn 13-Jun-13 17:42pm    
5'ed!
Well, better don't try to use System.Windows.Forms.DateTimePicker. It's possible but overcomplicated. These libraries have fundamentally different nature (GDI+ vs. DirectX, which has very little to do with Windows API).

Better look at these two:
http://datetimepickerwpf.codeplex.com/[^],
http://www.c-sharpcorner.com/uploadfile/mahesh/wpf-datetimepicker/[^].

Good luck,
—SA
 
Share this answer
 
Comments
Espen Harlinn 13-Jun-13 17:42pm    
5'ed!
Sergey Alexandrovich Kryukov 13-Jun-13 18:32pm    
Thank you, Espen.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900