Listview

V

Vmrincon

Hi!

I am working with a TabControl that has several TabPages and each of
them has a listview where I show my data.
My problem is that the listviews have IndianRed as backcolor, and
anytime that I delete a listviewItems from any of the listviews a
strange effect appears, in the position of the deleted row, the color
shows white instead of IndianRed. It looks like the row where
selected...

Does anyone knows how to correct this annoying effect?

Thanks a lot!
 
G

Guest

Have you found a solution to this problem yet?

I am encountering the same annoying behaviour and would like to figure out
how to make it stop.

It would appear that clearing any current selections also reproduces the
behaviour.

It would seem that what is occurring is that the BackColor of the
ListViewItem getting cleared is made transparent, so that the BackColor of
the ListView itself is shown.

However, when you query the BackColor state of the ListViewItem, it reports
the color you want it to be, not the color it really is.

Any help would be appreciated on this.
 

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