Hi,
I'd like to write a function that gets a node and moves the graph in a way that the selected node will be in the center of the view. How do I do that?
I've tried using the RescaleWithCenter function and giving it the position of the selected node, but that's not it...
Thanks.