FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser Delphi Components | Show all categories

Expand all nodes

Question / 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?

Answer / Solution

TTreeNode.Expand(True) should do this job, e.g.:

 JamShellTree.Selected.Expand(True)