I have a problem; I am trying to make a listview in C# Forms and then edit it with a button.
but it does not edit it. Could you help me out or give me a tip.
The listView is on Form1 and with the second foreach loop I can see that its edited, but in the Form1 ListView I dont see any changes. it is still the same.
Try this