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

Suppress extra space between root nodes in the Shelltree

Question / Problem

The TJamShellTree seems to add extra space between root nodes. Is this controllable by some setting?

Answer / Solution

Indeed, by default additional space is added between root nodes. While it is unfortunately technically not possible to reduce the extra space, you can remove it, using the "SingleSpacedRoots" property. If set to true, all extra space is removed.