Click to See Complete Forum and Search --> : TreeView control with Columns


jerry.gadd
March 19th, 2001, 01:44 PM
I am lokking for a TreeView which has Columns and I can put values onto each node of my tree that will apear in the column.
Any body know of one?

I am new to VB, I am a VC++ user mainly



Regards,
Jerry Gadd

Ratings are my only reason for living, so GIVE ME HIGH ONES, or have my death on your consience.

awylie
March 20th, 2001, 09:36 PM
Hi

I've never seen columns in a tree view, but try this site. It has loads on ListView and TreeView manipulation, using WinAPIs so you should find it fairly straight forward.

http://www.mvps.org/vbnet/index.html

Go to Code Library-->Common Controls

Thanx
Andrew