RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.ShowLines Property

Specifies whether to display the lines that link child nodes to their corresponding parent nodes.

Pascal
property ShowLines: Boolean;
C++
__property Boolean ShowLines;

If ShowLines is true, lines linking child nodes to their parent nodes are displayed. Nodes at the root of the hierarchy are not automatically linked. To link nodes at the root, the ShowRoot property must also be set to true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!