ListView transparent

  • Thread starter Thread starter Aleksey
  • Start date Start date
The quick answer is that you can not.

The long answer is that you can but you have to use GDI+ to draw it to
the form as transparent by overriding the controls OnPaint method.

There are several implementations of this on www.codeproject.com but
none of them work 100% (try transparent panel). If after looking here
you are still stuck then I have some code that will do what you want.
It will take me a while to figure out how to explain it to you though.
 

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

Back
Top