tags:

views:

863

answers:

2

Hi! Is there a free DayView Calendar for WPF like this one?

http://www.codeproject.com/KB/selection/Calendardayview.aspx

Thanks in advance! Cheers from Argentina!

A: 

Datepickers are a sore point among WPF users still. There's no official standard date picker in the framework yet, and definitely not something like you're looking for.

That said, it's certainly possible to implement using ListView or a DataGrid with some heavy template customization. If you're interested in a starting direction, post a comment to me and I'll update my answer if you want to go the homebrew route.

Bob King
+3  A: 

Have a look at this post!

rudigrobler