Expand all nodes
Frage / Problem
I wish to expand every node down to it's lowest level in JamShellTree. I am using the FullExpand method but this is only expanding down one level at a time. Is there a better way?
Antwort / Lösung
TTreeNode.Expand(True) should do this job, e.g.:
JamShellTree.Selected.Expand(True)