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.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool SelectOnRightOfLabelClick { get; set; }
Public Property SelectOnRightOfLabelClick As Boolean
Get
Set
public:
property bool SelectOnRightOfLabelClick {
bool get ();
void set (bool value);
}
member SelectOnRightOfLabelClick : bool with get, set
Property Value
BooleanThe default is false to match the standard tree view's behavior