2

I am looking for a data aware Tree View for delphi

what is the best one to use ?

Charles Faiga
  • 11,665
  • 25
  • 102
  • 139

4 Answers4

18

Virtual TreeView is the fastest, with most features, the best and its free! (for data aware there are free descants of it, also on that following page)

you will find it here: virtual treeview control on softgems

here is a tutorial video (in german): DelphiPraxis Stammtisch Videos

there was also a tutor in the german magazin "entwickler magazin" Editions: 02/08, 03/08 and 04/08. Entwickler Magazin

Paolo Falabella
  • 24,914
  • 3
  • 72
  • 86
coding Bott
  • 4,287
  • 1
  • 27
  • 44
9

I would recommend the DevExpress QuantumTreeList. It looks really nice, is fast and data aware.

Birger
  • 4,343
  • 21
  • 35
5

Virtual TreeView

Attila Szasz
  • 3,033
  • 3
  • 25
  • 39
5

Here is the (not easy to find) VirtualTreeView SVN repository url:

svn://www.soft-gems.net/library/VirtualTreeview

UPDATE: Mike moved the sources to Google Code:

http://virtual-treeview.googlecode.com/svn/trunk

ulrichb
  • 19,610
  • 8
  • 73
  • 87