Devv Active Member Licensed User Longtime User May 21, 2015 #1 Is it possible to change the icon in: B4X: ListView1.AddTwoLinesAndBitmap("Item #" & i, "This is the second line.", Bitmap1) i mean the bitmap1
Is it possible to change the icon in: B4X: ListView1.AddTwoLinesAndBitmap("Item #" & i, "This is the second line.", Bitmap1) i mean the bitmap1
NJDude Expert Licensed User Longtime User May 21, 2015 #2 Yes, only if you re-populate the listview and change the icon. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 22, 2015 #3 It will be easier to use CustomListView class in this case. Upvote 0