HasLines

Applies to

TreeView controls

Description

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

Usage

In a painter

To enable connecting TreeView items:

  • 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