I have a control which I have to make large modifications to. I’d like to completely prevent it from redrawing while I do that – SuspendLayout and ResumeLayout aren’t enough. How do I suspend painting for a control and its children?
I have a control which I have to make large modifications to. I’d like to completely prevent it from redrawing while I do that – SuspendLayout and ResumeLayout aren’t enough. How do I suspend painting for a control and its children?