hi i am evaluating your nevron diagram lib.
how to do send to back & bring to front action on selected node ?
please reply
Hi,
To send the selected nodes to back you can use the following code:
view.Selection.BatchReorder.SendToBack(false);
The same principles apply when you want to bring them to front.
Best Regards,Nevron Support Team