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 eno
Or just use Control.SuspendLayout() and Control.ResumeLayout().
Control.SuspendLayout()
Control.ResumeLayout()