Auto Expand (AutoExpand)

Determines whether the top level contents of a tree widget are expanded when it is first opened.

"AutoExpand=True | False"

Value

Description

True

The top node in a tree widget is expanded so that the contents are visible when the widget is first displayed.

False

The top node in a tree widget is collapsed and the user must manually expand it to see the contents of a tree.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

None

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.

$properties(FLD) = "AutoExpand=false"

Applies To

utree (Tree)