Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About ListView

Status
Not open for further replies.

piticot1

Programmer
Dec 11, 2007
5
SE
I want to create a listview and to have the possibility to modify the text of an item.
For example:
I have the following ListView:

Item1 New
Item2 Old

And the user wants to change the text "New" with "New1".
Can I use another object similar with ListView?
 
Looks like the easiest way would be to keep the list in an array, update the respective element in the array and then reload the listview from the array. This would work on simple list. Could get a bit bogged down if the list was rather large.

"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top