HasLines

Applies to

TreeView controls

Description

When the HasLines property is enabled, PowerBuilder connects tree items by lines.

Usage


In a painter

StepsTo enable connecting TreeView items:

  1. Select the HasLines check box on the General page of the control’s Properties view.


In scripts

The HasLines property takes a boolean value. The following line specifies that PowerBuilder will display lines connecting tree items:

tv_1.HasLines = TRUE