Enum ExpandRule
public enum ExpandRule
Fields
Always = 3
The control representing the associated object will be expanded.
Auto = 0
The control representing the associated object will use the default rule.
Never = 2
The control representing the associated object will be collapsed.
Once = 1
The control representing the associated object will be expanded only the first time it is displayed.