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 subnodes

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

Answer / Solution

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.