Extended Tree ViewSelect On Right Of Label Click 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: 2024.12.31.0
The default is false to match the standard tree view's behavior
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool SelectOnRightOfLabelClick { get; set; }VB
Public Property SelectOnRightOfLabelClick As Boolean
Get
SetC++
public:
property bool SelectOnRightOfLabelClick {
bool get ();
void set (bool value);
}F#
member SelectOnRightOfLabelClick : bool with get, setProperty Value
BooleanThe default is false to match the standard tree view's behavior