Show Header (Header)

Specify whether the header should be displayed at the top of the List View:

"Header=True | False"

Value

Description

True

The list view is displayed with header.

False

The list view is displayed without header. In effect, this disables dynamic sorting of the list items.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

Disabled if the List View is not R.

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

$fieldproperties(FLD) = "header=false"

Applies To

utree (Tree)

Related Topics