How to Show TDBTree Top down

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
Abdul
Newbie
Newbie
Posts: 2
Joined: Tue Nov 02, 2004 5:00 am
Contact:

How to Show TDBTree Top down

Post by Abdul » Tue Nov 02, 2004 5:49 pm

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.

tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Thu Nov 04, 2004 8:28 pm

> 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

Post Reply