ExtendedTreeViewSelectOnRightOfLabelClick Property

This property is used to set or get whether or not the tree view will select a node if the blank area to the right of the label is clicked.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool SelectOnRightOfLabelClick { get; set; }

Property Value

Boolean
The default is false to match the standard tree view's behavior

See Also