J
John
I am looking at ways to reduce the visible delay in a form I have with
many controls. I have two methods that loop across and either enable or
disable all but two of the controls.
I am using SuspendLayout and ResumeLayout at the form level, but so far
I don't see any real improvement because of it. Is there a better way to
handle disabling / enabling large volumes of controls?
I wish I could buffer the form paint surface and have it render off
screen, then just paint the one image after the controls have all
completed their painting.
Thoughts appreciated.
many controls. I have two methods that loop across and either enable or
disable all but two of the controls.
I am using SuspendLayout and ResumeLayout at the form level, but so far
I don't see any real improvement because of it. Is there a better way to
handle disabling / enabling large volumes of controls?
I wish I could buffer the form paint surface and have it render off
screen, then just paint the one image after the controls have all
completed their painting.
Thoughts appreciated.