Table of Contents

AUTOEXPAND property (PropertyGrid)

Description

Specifies if the categories are automatically expanded when the LIST property is set.

Property Value

This is a Boolean property. When set to TRUE$ any categories set via the LIST or LISTX properties will be fully expanded before the control is redrawn.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Remarks

Setting this property to TRUE$ is the equivalent of sending an EXPAND message after setting the LIST/LISTX property.

Example

 
// Expand all categories when the LIST property is set 

   Call Set_Property_Only( @Window : ".PRG_MAIN", 

                           "AUTOEXPAND",          

                           TRUE$ )
 
 
 

See Also

LIST property, LISTX property, EXPAND method