Hello,
I am designing a custom editor for my component.I want to define adropdown editor that hosts a MonthCalendar control.
It works fine except that I am facing a refresh issue when using the year spinbox controlprovided byMonthCalendar. If you decrement the year using the spinbox, the calendar is not properly refreshed (all the days after the currently selected one are blank). This problem can be reproduced easily using the built-in editor for the Value property of the DateTimePicker class (just add a DateTimePicker to a Form and try to edit the Value property and you will also experience the refresh problem). Note that the MonthCalendar that is popped by the DateTimePicker control itself does not have this problem. So the issue seems to be related to the use of IWindowsFormsEditorService to drop down the editor (?)
I have not been able to find any registered bug in the support center.
Is this a known issue ?
Do you know of any workaround for this problem ?
Thanks a lot for your help
--
Cyril