Transparent Background for LISTVIEW Control

M

Mr Utkal Ranjan

Hi
I want to use a trasparent ListView control in my windows form. But the .NET
ListView control does not support trasparent background. How can I achieve
this ????

Thanx.
 
H

Herfried K. Wagner [MVP]

* "Mr Utkal Ranjan said:
I want to use a trasparent ListView control in my windows form. But the .NET
ListView control does not support trasparent background. How can I achieve
this ????

I doubt that this is possible. You can make parts of the control
transparent by assinging a region to the control's 'Region' property,
but you cannot change the control's opacity.
 
C

Cor

Hi Utkal,

I do not know if it is posible, but you can have a look at the sample I did
send in your question about the button.

Cor
 

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