davepamn Active Member Licensed User Longtime User Aug 7, 2014 #1 I want to change the text color of a listview item, if a certain condition is meet. How do I change the font color while initializing the listview?
I want to change the text color of a listview item, if a certain condition is meet. How do I change the font color while initializing the listview?
NJDude Expert Licensed User Longtime User Aug 7, 2014 #2 You cannot change the color of individual rows in a native ListView, you will have to try a custom listview. Upvote 0
You cannot change the color of individual rows in a native ListView, you will have to try a custom listview.
Erel B4X founder Staff member Licensed User Longtime User Aug 8, 2014 #3 As NJDude wrote you can use a custom listview such as this one: [Class] CustomListView - A flexible list based on ScrollView Upvote 0
As NJDude wrote you can use a custom listview such as this one: [Class] CustomListView - A flexible list based on ScrollView