WPF Date Picker Control for .Net 3.5
Im developing an application in C#.Net 3.5 Sp1 under WP开发者_如何学编程F.I need to implement the date picker in it.How can i get that control in WPF.How can i implement in XAML.
If you are using .NET 3.5 or .NET 4 you can use the DateTimePicker control in the Extended WPF toolKit on CodePlex.
The extended WPF toolkit provides an implementation. You can use it or study the source code to help you create your own version.
精彩评论