Specifies if the categories are automatically expanded when the LIST property is set.
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.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Setting this property to TRUE$ is the equivalent of sending an EXPAND message after setting the LIST/LISTX property.
// Expand all categories when the LIST property is set Call Set_Property_Only( @Window : ".PRG_MAIN", "AUTOEXPAND", TRUE$ )
LIST property, LISTX property, EXPAND method