I changed the DateTimePicker template using MaskedTextBox and it does not work properly. The position of the caret is changed when I try to enter a date.
How can I fix this?
Comments: ** Comment from web user: itabaev **
How can I fix this?
Comments: ** Comment from web user: itabaev **
Thank you very much!
I also change the file Xceed.Wpf.Toolkit/DateTimeUpDown/Implementation/DateTimeUpDown.cs in method InitializeDateTimeInfoList and add
```
Length = elementLength
```
in all DateTimeInfo declaration