ExpandRule Enum
Namespace: Stride.CoreAssembly: Stride.Core.dll
public enum ExpandRule
              Fields
| Name | Description | 
|---|---|
| Always | The control representing the associated object will be expanded.  | 
                  
| Auto | The control representing the associated object will use the default rule.  | 
                  
| Never | The control representing the associated object will be collapsed.  | 
                  
| Once | The control representing the associated object will be expanded only the first time it is displayed.  |