Page 1 of 1

How to get rid of connection lines

Posted: Thu Jun 07, 2007 4:25 pm
by 8443014
when I use a tree in default explorer view, is there a way to get rid of the connection lines between parent and children ?

Posted: Sun Jun 10, 2007 11:37 am
by Tom
you can use:

Code: Select all

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