HA
Hanne
February 6, 2007 01:27 PM UTC
I found the solution. I knew about this method but I forgot about it:
* MyDiagram.Model.BeginUpdate();
Disables any redrawing of the Model until the following line is executed:
* MyDiagram.Model.EndUpdate(bool);
Enables the redrawing of the Model. Set bool to true if the attached Views have to be redrawn.
Enjoy for those who might need it!
Kind regards
Hanne