How to allow moving TreeView nodes between trees, but not within the same tree

Hi,

You should be able to implement your own custom drag & drop events via OnCustomDrag* & OnCustomDrop* events

It's based on TAdvTreeView but TTMSFNCTreeView is the same component.