Node style while dragging

Is there a way to avoid the bold label style while dragging around?
Further, I want to have absolutely no changes in style while moving a node around.

Sample from the Iconic App:

Regards

bengineering

Try setting DragsRealTime = true on the palette and ExternalDragDropsOnEnter = true in the view.

You’ll just get a no-drop cursor in the palette, but you’ll get a real copy of the object on the enter into the view.