Click here to Skip to main content
15,885,944 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I've downloaded the TreeListView files and would like to use the TreeListView control in one of my VS2010 (VB.Net) projects. I need some help getting started. Can you please answer these questions?

The CodeProject page is here:

The TreeListView To End All TreeListViews[^]

How do I add the TreeListView control to the Toolbox of the VS2010 designer so that I can use it on a Windows form in one of my projects?

The CodeProject page shows a screen shot of a working program. Is this the TreeListViewSample? How can I compile it? I'd like to see how the TreeListView control is used.

Is there a FAQs document or code examples that I can use to help me understand how to use the TreeListView control?

Thanks,

Mark

What I have tried:

I've downloaded the TreeListViewSample and TreeListView .zip files and extracted their contents into a folder. I've opened the TreeListView by double-clicking the solution file (.sln). When the project first opened, it was converted to VS2010. I then set the application's framework to 4.0 (instead of 2.0). I added a Windows form to the project and dragged the TreeListView control from the toolbox to this form.

Now I need help to take the next steps with the TreeListView control: populating the tree, using the control's methods to perform a drag-n-drop operation, selecting a node, etc.

Mark
Posted
Updated 16-Sep-19 2:18am

1 solution

If you go to the bottom of the page at The TreeListView To End All TreeListViews[^] you will find the Q&A forum for that article.

Posting here relies on the Author happening by - highly unlikely that you will get a response
 
Share this answer
 

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