Tagged Questions
2
votes
4answers
964 views
Devexpress ExpressQuantumTreeList vs. Virtual Treeview?
From experience, what is the best general purpose tree list for Delphi: Virtual Treeview or Devexpress ExpressQuantumTreeList ? I'm currently using the Virtual Treeview, which is fine for my needs but ...
1
vote
1answer
726 views
Delphi VirtualTreeView Sort Multiple Columns?
I have heard a lot of praise about the VirtualTreeView component and looked at using it in a rewrite we are doing. Currently we use a StringGrid.
I can't find a way to sort multiple columns, though ...
0
votes
1answer
703 views
Delphi, VirtualStringTree - rebuilding tree, restoring state (expanded nodes)
How can I restore state of nodes in VirtualStringTree (which ones were expanded) at tree rebuilding?
my application uses VirtualStringTree (one of the best components EVER!). Now, what I need is to ...