Vcl.ComCtrls.TCustomTreeView.ShowLines

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowLines: Boolean read FShowLines write SetLineStyle default True;

C++

__property bool ShowLines = {read=FShowLines, write=SetLineStyle, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

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

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.

See Also