Hello,
You have several ways to do that :
- if you maintain a separate list where the content is set, you can use Clear to clear the ListView and modify the content in the separated list then fill the ListView with the list's content
- or you can RemoveAt(Index) to remove the line you want to be modified and add a new line to the ListView with the new content