giving a listview a transparent background

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can anyone possibly help me? I need to give a listview a semi-transparent
background. I am setting labels with the following code :

label1.BackColor = Color.FromArgb(40,40,0,0);

and need to create a similar effect for listviews.

I know it can be done somehow as I have seen it, but I am stuck!

Many thanks for your time...
 

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