I need the time interval to be 1 minute. This makes the dropdown unusable. How can I disable or just remove the dropdown completely so it works like the old WinForms time picker? I saw this:
https://www.telerik.com/forums/how-to-remove-the-drop-down-button
but it's pretty old and I don't really want to mess with Expression Blend (if it even still exists?). I would also need the cursor keys and mouse wheel to increment/decrement the current value.
Or is it better to just try make the NumericUpDown work like a TimePicker?