AutoCollapse Property (TreeView)
In This Topic
Gets or sets a value that determines if sibling nodes should be collapsed when a node is expanded.
Syntax
'Declaration
Public Property AutoCollapse As Boolean
public bool AutoCollapse {get; set;}
See Also