Both FNC TreeView and WebTreeView automatically trigger Expand / Collapse when you double-click a node with children. But when that happens, you get an OnDblClick event, but no OnExpand / OnCollapse event.
I'd like the double-click to be distinct from the Expand / Collapse since you can click the icon at the left to do that and get the proper events.
Is there any way to disable the Expand / Collapse on double-click? Or else get the events to trigger properly.