Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 I'm starting a new project and would like to make sure I opt for the best long-term updated and bug-free component.

Any thought or switch experience are welcome. Thanks!

like image 449
jonjbar Avatar asked Feb 19 '26 09:02

jonjbar


1 Answers

This is one of those that really can go either way. Virtual Treeview is open sourced, and well maintained by the community. DevExpress is a commercial product and is also well maintained. Both provide simuliar user experiences however the programming experiences are very different.

Since there is no telling what the future will hold, my personal preference would be to stick with what you know best. The time you save now will help you finish your project sooner. That being said, any choice you make in a component library has the risk of not being around in the long term, so if you are purchasing the component insist on full source even if it costs a little extra.

like image 110
skamradt Avatar answered Feb 22 '26 01:02

skamradt