TreeView controls
When the HasLines property is enabled, PowerBuilder connects tree items by lines.
To enable connecting TreeView items:
Select the HasLines check box on the General page of the control’s Properties view.
The HasLines property takes a boolean value. The following line specifies that PowerBuilder will display lines connecting tree items:
tv_1.HasLines = TRUE