ShowLeafNodeConnectLines

Description

Whether lines connecting leaf nodes (rows in the detail band) to their parent display in the DataWindow object.

Applies to

TreeView DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.Tree.ShowLeafNodeConnectLines

Describe and Modify argument:

"DataWindow.Tree.ShowLeafNodeConnectLines{ = value } "

Parameter

Description

value

A boolean value that indicates whether lines connecting rows in the detail band to their parent display in the DataWindow object. Values are:

  • Yes – Display connecting lines (default).

  • No – Do not display connecting lines.

Usage


In the painter

Select the Connect Leaf Nodes check box on the General page in the Properties view. This box is disabled if the Show Connect Lines box is not selected.

Examples

Example 1

[Visual Basic]
ls_ShowLeafLines = dw_1.Object.DataWindow.Tree.
ShowLeafNodeConnectLines