guides:programming:programmers_reference_manual:autoexpand_property_propertygrid

AUTOEXPAND property (PropertyGrid)

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.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

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

  • guides/programming/programmers_reference_manual/autoexpand_property_propertygrid.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1