LinesAtRoot

Applies to

TreeView controls

Description

When LinesAtRoot is enabled, PowerBuilder connects all root items in a TreeView with lines.

Usage


In a painter

StepsTo specify that root items in a TreeView are connected:

  1. Select the Lines At Root check box on the General page of the control’s property page.


In scripts

The LinesAtRoot property takes a boolean value.

The following line specifies that all root items in a TreeView are connected:

tv_1.LinesAtRoot = TRUE