Combined ListView and TreeView Control

Anti-Rich

Well-known member
Joined
Jul 1, 2006
Messages
325
Location
Perth, Australia
Programming Experience
1-3
Hello everyone,

i have mentioned in a couple of posts at other threads that i am trying to create a custom listview control that incorporates a treeview's functionality.

i have made some progress with that control, and i am getting it to recognise a customized listviewitem i created, able to add stuff to itself (much like a node on a treeview), but when i try to override the onpaint event in the code and specify for SOMETHING to happen, ANYTHING... it does absolutely nothing! im extremely confused.

if someone could please help me i would be extremely happy!!!

cheers
adam

ps. i have attached a project with the control and classes and a form in which i am using to test it.
 

Attachments

  • WindowsApplication2.zip
    68.5 KB · Views: 27
Back
Top