Is it possible to edit a row in a ListView list?
Lets say I've used
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.
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.