Hello,
I fill up the Diagram with Circle shapes which connected between them by RadDiagramConnections.
I use this line of code in order to add shapes from code behind:
diagram.Items.Add(line); // line is a RadDiagramConnection
There are 1500 connections.
Approximately this action takes 2-3 seconds.
During this action all my GUI is stuck.
Is there something like SuspendLayout while the population process is being in progress?
Could you suggest a solution for this issue?
Thanks.
I fill up the Diagram with Circle shapes which connected between them by RadDiagramConnections.
I use this line of code in order to add shapes from code behind:
diagram.Items.Add(line); // line is a RadDiagramConnection
There are 1500 connections.
Approximately this action takes 2-3 seconds.
During this action all my GUI is stuck.
Is there something like SuspendLayout while the population process is being in progress?
Could you suggest a solution for this issue?
Thanks.