Overview navigation control for diagrams?

Some of our GoXam diagrams are quite large. It would be nice to have a small “map overview” navigation control in the corner to allow quick navigation of a large diagram. Does GoXam support this feature already, or is this something we’re create on our own? If the answer is the latter, has anyone else on this forum successfully created one of these, and what was your approach? Or does any of this even make sense? ;-)

Thanks in advance for your input!

That’s what the Overview control is for. Just set or data-bind the Overview.Observed property to refer to a Diagram.

Overview inherits from Diagram so you can use custom templates and do all of the standard kinds of customization that you can do on a regular diagram.

That’s exactly what I was looking for. Thanks!