hi
Am using Silverlight navigation framework i have the following navigation structure.. have at the image file. The problem which am facing here is imagin am in Rule Diagram with more number of nodes and i navigating to admin so what am doing here is in the rulediagram unload even am saving the entire IDiagram object to isolated storage in silverlight and am navigating to admin screen and while coming back to Rule Diagram am loading the Diagram object from isolated storage and loading into the screen but this takes long time for more number of nodes(Performance issue).Is there any way i can cache the entire Diagram object and simply place it back.Or do i need to implement virutalization for loading more number of nodes