Scroll to the selected node

When validating my diagram, I create messages in a grid and the user can double-click a message so that the corresponding node gets selected and focused.
If the node is outside the window, how can I programmatically scroll my view so that the selected node is visible?

Thanks for any help,
Fridi

MyView.ScrollRectangleToVisible(node.Bounds);

Again thank you very much.

So simple,…

I tried my own implementation, but this is quiet better ;-)