klyn.gui.windows.TreeView.activateExpandableNodes
property
public property activateExpandableNodes as Boolean = false
Description

Whether activation is emitted for nodes which also contain children.

The default keeps the explorer convention where double-click and Enter expand or collapse branch nodes. Set this property when a branch also represents an actionable object, such as a database table whose child rows expose its columns.

tree.activateExpandableNodes = true
tree.nodeActivated += lambda(event: TreeNodeEvent): open(event.node)