How to get rid of connection lines

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

How to get rid of connection lines

Post by Thomas Klingler » Thu Jun 07, 2007 4:25 pm

when I use a tree in default explorer view, is there a way to get rid of the connection lines between parent and children ?

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

Post by tom » Sun Jun 10, 2007 11:37 am

you can use:

Code: Select all

Tree1.Connections.Visible := False;
Regards,
tom

Post Reply