Expand all subnodes
Frage / Problem
I'm trying to use the "FullExpand" method to expand a whole branch of the TJamShellTree, but it only works for the first level.
Antwort / Lösung
The ShellTree does indeed restrict this operation to avoid long running operations, so you have to add this functionality writing a custom function, that iterates and expands all nodes.