I have created a project in WPF in which in some textbox I have to enter hours in the 00:00:00 format, I would like the texbox to have the predefined format.
I have created a project in WPF in which in some textbox I have to enter hours in the 00:00:00 format, I would like the texbox to have the predefined format.
Between the controls of wpftoolkit
accounts with the
with this you could select a schedule with the format you need since you have a property to change it
If you need to be able to write the time the closest thing would be to use MaskedTextBox
applying the time format
the wpftoolkit also has a somewhat more advanced control for this