Owner Drawn ListView in VB.Net

pulliags

Newcomer
Joined
Oct 7, 2005
Messages
1
Does anyone have any example code of an Owner Drawn ListView in VB.Net?? I've searched the net trying to find examples, but can only find C# code. I've found a VB6 example, but I'm unable to convert it. What I would like to be able to do is change the appearance of the Listview(header colors, scrollbar colors, etc.). Any example code would be greatly appreciated. Thanks!!

I wanted to add. If I can change the ListView by inheriting from the ListView class, the would probably be preferable. I don't know if that's possible since I'm trying to change the look of the listview.
 
Last edited:
Back
Top