Mashiane Expert Licensed User Longtime User Aug 29, 2016 #1 Hi I have added some items in a listview using AddTwoLinesAndBitmap2. How do I change the text of the second label in the first item?
Hi I have added some items in a listview using AddTwoLinesAndBitmap2. How do I change the text of the second label in the first item?
DonManfred Expert Licensed User Longtime User Aug 29, 2016 #2 Populate the list again. You can not change a listitem after you added it. Solution may be to use a customlistview instead. Here you have more possibilities. Upvote 0
Populate the list again. You can not change a listitem after you added it. Solution may be to use a customlistview instead. Here you have more possibilities.