ForceExpandWithDoubleClick Property
When set to true, the Expand or Collapse operation uses a double click.
Remarks
The default behavior for the tree is to first try to use a single click. If the node is not expanded with a click it will try to use double click. Setting this property will improve performance when dealing with deep paths.

C# Syntax

public bool ForceExpandWithDoubleClick {get; set;}