When editing a value with IntegerUpDown, undo actions (ctrl + Z) are handled by IntegerUpDown and not by my application.
By default, TextBox does the same thing, but you have an option to change this behaviour named "IsUndoEnabled"
That would be great if there was a similar option in NumericUpDown elements
By default, TextBox does the same thing, but you have an option to change this behaviour named "IsUndoEnabled"
That would be great if there was a similar option in NumericUpDown elements