ExtendedTreeViewAllowCollapse 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: 2023.4.9.0
public bool AllowCollapse { get; set; }

Property Value

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

See Also