I have a list of Strings, List<String>.
I want to be able to open a form, showing the contents of this list, and allow the user to add, edit, and remove items from the list during run time.
I’ve been looking at ListView, but it isn’t clicking for me. I’m not sure if that’s because it isn’t the right solution or that I don’t get it.
What is the proper solution for what I want to do?
Chuck
You can use a
list viewand acontext menufor your target:try this code:
Result
Download Project