ListView - colored cell or canvas

Hello, I want to create a list with color information.

It looks like this: https://dl.dropboxusercontent.com/u/1152958/colors.jpg

(here painted the colors in photoshop) I tried to change cell color, but only the raw color could be changed.

A friend of mine said that just put a canvas to the cells and set colors them, but... how? Searched for hours but didn't find any description about these methods...

Thanks answers in advance,

M.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Matyrix's picture

and the final

and the final solution...

dncTaskList.Items.item[2].subitems.item[3].BackColor = (dotNetClass "System.Drawing.Color").FromArgb 255 100 200
dncTaskList.Items.item[2].useitemstyleforsubitems = false

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.