The list below describes recent changes and additions to MindFusion.Diagramming for .NET MAUI:
Set the EnableSpatialIndex property of Diagram to create an index of item positions for faster hit-testing and viewport clipping queries. This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands or more items.
C#
![]() |
---|
// create 20000 links + nodes in total |