How to Paint OVER (Above) a ListView

mb777

New member
Joined
Apr 27, 2009
Messages
3
Programming Experience
5-10
I have a listview with images.

I want to cross out the images by painting an X over them (rather than having to use a images with the X already there).

I am using the form paint event to paint them in. When I try this, the X's are being painted underneath the listview. I have tried sending the listview to the back, but it does not work.
 
Start with having a look at the OwnerDraw Property of Listview in help and follow the advice given there.
 
Back
Top