sal21 0 Newbie Poster

see the image of my listview...
I want colorize each cells in rowset based the percentage in cells, how to? is possible?

for example:
if the percntage is 50% colorize half cell
if the percentage is 25% colorize 1/4 of cell
....

ecc

i use this to insert percentage:
ITM.SubItems(5) = Format((VALORE_3 / VALORE_1 * 100), "#,##0.00")