Transparent ListView?????

morphnike

Active member
Joined
Oct 8, 2005
Messages
25
Programming Experience
1-3
Guys

Is there a way to make the listview-background transparent???
I really need this.
Can you please help me.
I appreciate it a lot.

thx in advance
 
Yes it can be done, but it is not trivial because of the way they do their scrolling. Here's a link to a code project site with a transparent listbox, the implemetation should be the same in principle. I'm just sorry to say that it is in c++. But even so there are a few guidelines in there that could help start you on your way.

http://www.codeproject.com/combobox/TransListBox.asp
 
Back
Top