Make ListView to be transparent

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aleksey

    Make ListView to be transparent

    Hi, guys!
    How can I make ListView to be transparent?
    Transparency in C# seems to be a problematic part at all. It's not truly
    transparency I used to in Delphi.

    Thanks a lot



  • Bob Powell [MVP]

    #2
    Re: Make ListView to be transparent

    Unfortunately the ListView is based on the old Win32 ListView and the .NET
    ListView is a loose wrapper around that.

    You may be able to do the job using a lot of interop but I suspect that the
    results will be less than satisfactory.

    Windows Forms Tips and Tricks has an article on transparency that might
    point you in the right direction.

    --
    Bob Powell [MVP]
    Visual C#, System.Drawing

    Ramuseco Limited .NET consulting


    Find great Windows Forms articles in Windows Forms Tips and Tricks


    Answer those GDI+ questions with the GDI+ FAQ


    All new articles provide code in C# and VB.NET.
    Subscribe to the RSS feeds provided and never miss a new article.





    "Aleksey" <alexey.timonin @il.quest.comwr ote in message
    news:epJUL0vFHH A.3304@TK2MSFTN GP05.phx.gbl...
    Hi, guys!
    How can I make ListView to be transparent?
    Transparency in C# seems to be a problematic part at all. It's not truly
    transparency I used to in Delphi.
    >
    Thanks a lot
    >
    >
    >

    Comment

    Working...