Edit lists in a ListView

IamBot

Member
Licensed User
Longtime User
Is it possible to edit a row in a ListView list?

Lets say I've used
B4X:
ListView1.AddTwoLinesAndBitmap("First line", "Second line", Bitmap1)

How can I edit, lets say the first label, in this case?

Note that ListView1 is already visible for the user and I want code that edits (the text) while the ListView1 is showing.

Thank you.
 
Top