TreeView control with Columns
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.
Re: TreeView control with Columns
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