Actually, how to rename it, preferably not me position in the list.
|
1 answer
If there is a collection of text data that is displayed as a ListView, and there is a need to change this data, then the ListView is not suitable for this purpose. It is more correct to take a DataGridView , which can be configured to look like a ListView. You can also take a wrapper over a ListView - objectlistview , which allows you to edit data.
|