I have one item on my form, which is presented 15 times. How can i change color of just one item?
Example:
table users:
users
------
a
b
c
d
e
f
Now i want to change the color of d - how?
I used set_item_property, but then the color of all those items is changed!
Example:
table users:
users
------
a
b
c
d
e
f
Now i want to change the color of d - how?
I used set_item_property, but then the color of all those items is changed!