No wrap text on TTIWAdvTreeView

Hi,

How can you prevent long text from a node from being displayed on more than one line? I know, I could increase the width of the TreeView, but I can't.

I did not find in TTIWAdvTreeView or TAdvTreeNode any property for this purpose. Are there some workarround solution?

TIA,
Ricardo

Hi,


There is no built-in functionality to do this in TTIWAdvTreeview.
As a workaround you can try to increase the width of the the TTIWAdvTreeview and place it inside an IWRegion with clipping enabled to make a scrollbar visible.