Question DateTimePicker - Tab Between Hours and Minutes

Auguy

New member
Joined
Jun 18, 2011
Messages
1
Programming Experience
10+
Is there a way to tab between the hours and minutes values when the format is set to time in the DateTime Picker? The default action is move to the next control. I have the ShowUpDown set to true. Do I have to set up separate controls, one for the hours and one for the minutes to get this functionality?
 
The standard behaviour is to use the left/right arrow keys to move between the fields. Windows users would expect this, and also expect Tab to move to next control.
 
Back
Top