How to change Listview item Backcolor

G

Guest

Hi,
I am writing an PPC 2003 Application in which i want to change the back
color of some selected listview items.

This can be done with just this line in windows Framework
listView1.Items[1].BackColor = Color.Green;

Can some one tell me how i can do it in Compact Frame work.

Thanks,
Rayudu
 
P

Peter Foot [MVP]

The device control doesn't support setting BackColor for individual items.
You will need to write a custom control for this functionality, or locate a
third-party one. ListView2 in the SDF may help (www.opennetcf.org/sdf/).

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top