Click here to Skip to main content
15,887,928 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
how to make listview background Transparent in C#.Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 12-May-11 23:25pm    
Tag it! WPF, Forms, what?
--SA

May this article be a guide to you - C# List View v1.3[^]
 
Share this answer
 
Controls do not support transparent background by default.
You can derive a usercontrol from the base listview class and add the capability to have a transparent background.

Here[^] is an article on how to make a custom listbox that includes transparency.

Here[^] is a more basic article on making transparent controls.


See this[^] also.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900