Layout Shapes performance

S

Sergey Zamansky

Hi,
My application creates flowcharts (trees) from database. These trees consist
of hundreds of shapes. I use pvsoPage->Layout() method to lay out shapes on
the page. Unfortunately I have to wait dozens of seconds untill the method
completes. How to improve performance?

Thank you,
Sergey.
 
H

Hin

Will Application.ShowChanges property help?

It can improve performance for a series of actions but
don't know if it will help for a single Layout() call...
 
Top