Can I change specific list control items text colour?
Eg: All lines are black text except...
Item 1
Item 2
Item 3 <-- Want this text to be red.
Item 4
I took a look at the manual (https://www.scirra.com/manual/155/list) where we do have
Styling List objects
List form controls can be customised in a huge number of ways via CSS (Cascading Style Sheets). Rather than adding actions to set all of the possible properties, the List object exposes a Set CSS style action. Knowing CSS will of course be an advantage here, but it is simple to use for simple properties. A few examples are listed below.
Make the text red: Set "color" to "red"
I suspect this means the entire control, not one line. (Yes I tried it, but all the text changes.
Thoughts?