ExtendedTreeViewAllowCollapse Property
This property is used to set or get whether or not nodes can be collapsed when
ShowPlusMinus is set to false.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool AllowCollapse { get; set; }
Public Property AllowCollapse As Boolean
Get
Set
public:
property bool AllowCollapse {
bool get ();
void set (bool value);
}
member AllowCollapse : bool with get, set
Property Value
BooleanThe default is true to match the standard tree view's behavior