Search code examples
wpfmonthcalendar

MonthCalendar in WPF?


Is there a free class library that offers a MonthCalendar control for WPF? And is the MonthCalendar equal to if not better than the Winforms MonthCalendar.


Solution

  • I think there is one included in VS 2010, but there is not one built in for sure in VS 2008.

    You can use the WPF toolkit, it has a nice month calendar control that should fit your needs.