CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2005
    Posts
    49

    ListViewItem Transparent BackColor

    I am putting background image on ListView control. But items on list view are coming in white background. I set item background color to transparent but it still has white background. Any idea how to resolve it?
    Muhammad Waqas Badar

  2. #2
    Join Date
    May 2002
    Posts
    511

    Re: ListViewItem Transparent BackColor

    Try setting

    ListViewItem.UseItemStyleForSubItems to true for the first column.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured