Hi,
How do you map a nodes location to DiagramPanel.Position to scroll the node into view?
Thanks
Rich
Hi,
How do you map a nodes location to DiagramPanel.Position to scroll the node into view?
Thanks
Rich
DiagramPanel implements IScrollInfo, so you can just call:
myDiagram.Panel.MakeVisible(someNode, Rect.Empty);