AdvDateTimePicker Cursor Placement Issue

Hello,


Thank you for any help you can give.

Problem:
When you tab into the date the cursor does not always position itself on the month.  It seems to put itself in wherever you last typed the last time you had a cursor in the date.  

This causes havoc when a user starts typing in a date and the cursor is say placed in the year.

Do I have any control of where the cursor is placed?  How do I get it to always put the cursor in the month?

Chad

Hello,


I was able to figure out a way to set the cursor position.  If this is a issue for you I can share my code.

Chad

This specific behavior is defined by the underlying Microsoft DateTimePicker class, it can also be seen in the VCL TDateTimePicker. Best we could consider is to add a property to conditionally modify this behavior.