I'm writing a program that will generate a very large Diagram in Windows Forms. I would like to be able to use a virtual scroll for the diagram to alleviate the inevitable processing draw that comes with say 100,000 nodes in the Diagram. By virtual scroll, I mean that only small sections around the user's current view of the diagram are rendered at any given time. This way I would not have to worry about size constraints. It looks like Syncfusion offers a virtual scroll for the Grid control, but I haven't found anything for the Diagram control. Any idea on a workaround, or if there is anyway to do a virtual scroll on a Diagram?