Extended Tree ViewAllow Collapse Property
This property is used to set or get whether or not nodes can be collapsed when
ShowPlusMinus is set to false.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is true to match the standard tree view's behavior
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AllowCollapse { get; set; }VB
Public Property AllowCollapse As Boolean
Get
SetC++
public:
property bool AllowCollapse {
bool get ();
void set (bool value);
}F#
member AllowCollapse : bool with get, setProperty Value
BooleanThe default is true to match the standard tree view's behavior