views:

30

answers:

1

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.

A: 

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.

benPearce
Thanks, but has been there. Was looking for something already made.
Eduardo Molteni