Android Question Change one item of Listview

smccall

New Member
Licensed User
Longtime User
Hi All

New to B4A. I'm using a Listview and wish to make a change to one item. Is it possible to do this without changing the list source and refilling the Listview?
 

DonManfred

Expert
Licensed User
Longtime User
Is it possible to do this without changing the list source and refilling the Listview?
No. You need to clear and refill your listview.
As alternative you can use a CustomListView on which you have much more possibilities.
 
Upvote 0
Top