Page 1 of 1

How to Show TDBTree Top down

Posted: Tue Nov 02, 2004 5:49 pm
by 9339741
How would I rotate the TDBTree so that it shows like a Org Chart.
How would I do in place editing of the Text in the Tree nodes.

Posted: Thu Nov 04, 2004 8:28 pm
by Tom
> How would I rotate the TDBTree so that it shows like a Org Chart.

Unfortunately, this is not possible

> How would I do in place editing of the Text in the Tree nodes.

By code: Tree1.StartEditing(Node1);


For an example, see teeTreeNew demo:

Welcome > Nodes > Text > Adding / Modifying