colorize partial cell background in rowset of listview... based percentage
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")
Re: colorize partial cell background in rowset of listview... based percentage
Just use a series of characters. X & X & X & X = XXXX
Re: colorize partial cell background in rowset of listview... based percentage
Quote:
Originally Posted by
dglienna
Just use a series of characters. X & X & X & X = XXXX
but in this mode the series of XXXX overwrite the value present in cell, or not?