Tagged Questions
6
votes
3answers
9k views
C#: How to implement good and efficient undo/redo functionality for a TextBox
I have a TextBox which I would like to implement undo/redo functionality for. I have read that it might have some slight undo functionality already, but that it is buggy? Anyways, I would like to ...