views:

40

answers:

1

I wasn't sure how to write topic correctly but lemme describe what problem I have. On my old laptop when i was jumping between code and big WinForm GUI it took sometimes a lot of time before i could even do things within designer. Today I've changed my laptop to newer one and it still has some delays when "redrawing/rebuilding" winform gui.

Is there a way to prevent it to do that? I mean nothing in GUI changes so why would it need to redraw the gui again and again :/

+1  A: 

Unfortunately no it is not possible to stop this behavior.

JaredPar
Too bad :| Guess I have to hope new computer won't be as bad as last one.
MadBoy