WPF tabswitch/ render takes too much time..

Posted by Socrates on Stack Overflow See other posts from Stack Overflow or by Socrates
Published on 2010-12-21T15:21:56Z Indexed on 2010/12/27 3:54 UTC
Read the original article Hit count: 222

Filed under:
|
|
|
|

I have a WPF application with many tabs.. in one tab.. i make a verycomplex vector drawing consisting of thousands of drawing visuals.. (this represents a machine and all elements need to be interactable..) It takes 3/4 seconds for drawing this for the first time..After the first draw it should be done..

The problem is if i switch to another tab and comeback, it takes atlease 2,3 seconds to show the tabpage with drawing again.. Since there is no redraw, why should it take so much time..?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about tabs