I am trying to amend the backcolor property of a 'cell' in a listview table, as each item is added. Dependant on value the default is black on white or;

ListView1.Items(x).SubItems.Add("Samantha", Drawing.Color.Black, Drawing.Color.Yellow, myFont)

Yellow with black text....

but this does not work! No errors just nothing happens

can someone help please?

Richard