L
Lou
How do I get the background color of a single cell to change.
i tried
Dim item1 As New ListViewItem(node_name.InnerText, 1)
item1.SubItems.Item(0).BackColor = vbColor.Red
but that colors the entir row??
i tried
Dim item1 As New ListViewItem(node_name.InnerText, 1)
item1.SubItems.Item(0).BackColor = vbColor.Red
but that colors the entir row??