DRAG and Drop

Hi



is it possible to do copy and move optio in the same tree???can you please help me out . i need it urgently

By default d-n-d works as “move” operations ( it is works the same for d-n-d in same component or between different components )
If you need to use “copy” behavior just use next command

tree.enableMercyDrag(true);

after it, all d-n-d operation will be treated as copying