EXPANDEDCOLUMN attribute

The EXPANDEDCOLUMN attribute specifies the form field that indicates whether a tree node is expanded.

Syntax

EXPANDEDCOLUMN = column-name
  1. column-name is the name of the form field holding the flag indicating whether a tree node is expanded (opened).

Usage

This attribute is used in the definition of a TREE container.

You must specify form field column names, not item tag identifiers.

This attribute is optional.

For more details about treeview programming, see Tree views.