How to auto expand all TTreeView nodes?

Funtime picture Funtime · Apr 10, 2011 · Viewed 19.3k times · Source

I want to expand tree on main form when application starts. How i can do it? I cant find corresponding property. C++ builder 2009.

Answer

David Heffernan picture David Heffernan · Apr 10, 2011

You simply need to call FullExpand() on the tree view.