I\'m using a thir party code to manage undo/redo operations in a WindowsForm project.
I need to extend the Class to manage undo/redo operations in a Listview, this m
If look closely at line 328, it already handles a ListView. Is it lacking in some way?