| 
 | 
 | 
 | 
| 
        | Expand Method, ItemClass Class | 
Expands the item so its dependents become visible.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
| VB | Public Sub Expand( ByVal Style As ExpandStyleEnum ) | 
| C# | public void Expand( ExpandStyleEnum Style ); | 
| C++ | public: void Expand( ExpandStyleEnum Style ); | 
Style
Defines how the item and its dependents are expanded.
| Value | Description | |
| 0 | Expand all dependent items, including indirect dependent items resulting in all dependents fully expanded. | |
| 1 | Expand this item, collapse all its dependents. | |
| 2 | Expand this item, leave its dependents unchanged. | |
| 3 | Expand this item and restore all its dependents to their last saved state. | 
Comments
The Expand method expands the item so its dependents become visible.
This method can only be used for items in the item area.