I'm looking for a MonthPicker control, a control just like a DatePicker but that you can only select the month and the year.
Before start writing one from scrath I would like to know if something like this exists.
I'm looking for a MonthPicker control, a control just like a DatePicker but that you can only select the month and the year.
Before start writing one from scrath I would like to know if something like this exists.
The WPF Toolkit DatePicker can have its Calendar re-styled.
You could also override the string format on the textbox in the DatePicker to only display the Month and Year.
You can see some examples and discussion here.