How to make treeview node display several column

B

barbara_dave

Hi all,


I like to dispaly treeview node text with several columns as window
explorer does and put buttons on the top. When I click a button, the
nodes text can be sorted by date, file size, etc.


Is there a way to do that?


Thanks a lot!
 
H

Herfried K. Wagner [MVP]

I like to dispaly treeview node text with several columns as window
explorer does and put buttons on the top. When I click a button, the
nodes text can be sorted by date, file size, etc.

ContainerListView and TreeListView: Writing VS.NET design-surface compatible
controls
<URL:http://www.codeproject.com/cs/miscctrl/extendedlistviews.asp>

TreeListView
<URL:http://www.codeproject.com/cs/miscctrl/TreeListView.asp>

VB.NET TreeListView
<URL:http://www.codeproject.com/vb/net/vbnettreelistview.asp>
 
J

jeff

Take a look at our TList component
www.Bennet-Tec.com/btproducts/Tlist/TList
This will give you what you need
TList can be configured as a TreeView with several columns
and you can include clickable images within the column headers,
trap the clicks and then sort the tree / grid in this way.


* * Please include a copy of this message with your reply

Jeff Bennett
Jeff @ Bennet-Tec.Com

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================
 
G

Grant Frisken

If you are open to commercial solutions then you could consider our
VirtualTree product. This provides support for everything you need
including sorting columns by clicking on the column headers.

You can find more information and a fully functional trial version at:

www.infralution.com/virtualtree.html

Regards
Grant Frisken
Infralution
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top