ExpandOnClick Property (TreeView)
In This Topic
Gets or sets a value that determines whether to expand collapsed nodes when the user clicks the node header.
Syntax
'Declaration
Public Property ExpandOnClick As Boolean
public bool ExpandOnClick {get; set;}
See Also