I'm currently displaying about 100 items in a list that is populated via a SQL statement. These are the condition of certain items.
I now want to be able to colour the items in the list depending on their condition. I.e. Green = good, Red = bad.
I'm beginning to suspect this can't actually be done. Obviously it's easy to colour the list itself but not the individual items in the list.
I now want to be able to colour the items in the list depending on their condition. I.e. Green = good, Red = bad.
I'm beginning to suspect this can't actually be done. Obviously it's easy to colour the list itself but not the individual items in the list.