L Laurie Member Licensed User Longtime User Jan 10, 2019 #1 I have a listview of an albums tracks. All the tracks are being played (like a playlist). How can I highlight the track that is playing?
I have a listview of an albums tracks. All the tracks are being played (like a playlist). How can I highlight the track that is playing?
DonManfred Expert Licensed User Longtime User Jan 10, 2019 #2 Clear lv, add the items new but use another color for the item actually played. Use CharSequenceBuilder to change the Color of a specific item. Upvote 0
Clear lv, add the items new but use another color for the item actually played. Use CharSequenceBuilder to change the Color of a specific item.
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2019 #3 I recommend you to use xCustomListView. It will be simpler and you will have more control. Upvote 0