S smccall New Member Licensed User Longtime User Aug 15, 2015 #1 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?
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 Aug 15, 2015 #2 smccall said: Is it possible to do this without changing the list source and refilling the Listview? Click to expand... 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
smccall said: Is it possible to do this without changing the list source and refilling the Listview? Click to expand... No. You need to clear and refill your listview. As alternative you can use a CustomListView on which you have much more possibilities.
S smccall New Member Licensed User Longtime User Aug 15, 2015 #3 DonManfred said: No. You need to clear and refill your listview. As alternative you can use a CustomListView on which you have much more possibilities. Click to expand... Ok, thanks. I just wondered... I'll take a look at a CustomListView. Upvote 0
DonManfred said: No. You need to clear and refill your listview. As alternative you can use a CustomListView on which you have much more possibilities. Click to expand... Ok, thanks. I just wondered... I'll take a look at a CustomListView.