Hi Peter,
Thank you for sharing your scenario with us. I am not sure if I haven't missed something from your requirements, but you should be able to implement your scenario with the current version of the
DiagramingFramework as well.
You can apply a predefined size on the
RadDiagram (for example setting the
Width and
Height properties to 800x8000) and wrap it in a
ScrollViewer. This way if the browser size is such that the
Diagram cannot be fully displayed, vertical and/or horizontal
ScrollBars will be displayed.
Also as I don't know how you've set up the size of the shapes, you may need to handle the
RadDiagram.SizeChanged event
to customize their size if necessary.
I attached a sample project demonstrating what I have in mind. Please have a look at it and let me know if it works for you.
Kind regards,
Tina Stancheva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>