Question Tree List Views

Mervyn

New member
Joined
May 14, 2011
Messages
2
Programming Experience
3-5
Hello All,

I am quite new to VB.net development. I have managed to develop a vb.net application using Visio Studio 2005.

I want to improve my system and want to introduce a tree list view, can anybody recommend a website or demo to understand this tool.

Many thanks in advance if you can assist me.

Regards
 
There is no such thing as a "tree list view" in .NET 2.0. Either you're talking about some custom control that you have got from a third-party, in which case you'd need to explain that to us, or else you are actually talking about either a TreeView or a ListView.
 
As always, I would suggest reading the documentation first and then look further afield or ask specific questions if you still have specific issues.

TreeView Control (Windows Forms)
 

Latest posts

Back
Top