There are several QAs here about formatting C# DateTimePickers, but none seem to address this aspect:
The default behavior is when the user clicks the DateTimePicker dropdown he starts at the one-month view, with a scroll bar on top to page through one month at a time.
From the UI, you can move up to year level, but my operators are not local or intuitive with control use. I'm requesting that the user enter data that spans 10 years (date of manufacture for some product). I want to start at the year level to make it faster/easier to start near the right arbitrary place.
Can I make the calendar pulldown automatically start at year level and drill down?
Thanks.