Adding overview isn't realy a big deal. You only need to add the following markup in your page (the solution we created in the previous two samples):
<ndiag:Overview Style="position:absolute; top: 320px; height: 180px; left:810px; width:160px;" runat="server" DiagramViewID="diagramView" />
The thing you need to obey here is to give the diagram overview control a correct DiagramViewID property, which should be the ID of the DiagramView control you have on your form.
Here is what we have so far (the tree tutorials combined):
No comments:
Post a Comment