List View Style (ListView)

Format of data is displayed in the List View.

"ListView=R | L | I"

Value

Representation

Description

R (default) Details

Uses the setting in the .ini file. If no entry is specified, the system default is used or Details.

L List

Displays tree items in a list. Columns are not displayed.

I Icons

Displays labeled icons.

Usage

Dynamic?

Yes. However, it is not dynamic if it is initially disabled.

Supported in Grid?

No

Dependencies:

Disabled if the List View check box is cleared.

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(TREE) = "ListView = I"

Applies To

utree (Tree)