J
JezB
I try to use these methods to avoid excessive repainting of the screen when
I'm changing alot of visual properties, but they don't seem to work as I
want them to.
If I use them on a Form object does it also prevent repainting of all the
form's controls as well as the Form object itself ?
Same goes for a Panel - if I use SuspendLayout on a panel and then
programatically add controls to that panel before performing a ResumeLayout
on the panel, why do all these controls seem to appear one by one?
I'm changing alot of visual properties, but they don't seem to work as I
want them to.
If I use them on a Form object does it also prevent repainting of all the
form's controls as well as the Form object itself ?
Same goes for a Panel - if I use SuspendLayout on a panel and then
programatically add controls to that panel before performing a ResumeLayout
on the panel, why do all these controls seem to appear one by one?