B
Benton
Hi there,
Using a foreach, I want to iterate (make visible) all the tabpages of a
tabcontrol, in order to activate the databinding of the controls in each
tabpage.
Is there a way to delay/disable the repainting until the iteration is done,
so the user doesn't see the tabpages switching? Something like:
-Disable control repaint in the form
-Iterate the tabpages
-Enable control repaint (and then the last tabpage activated is shown
instantly)
Regards,
-Benton
Using VS 2005 Beta 2
Using a foreach, I want to iterate (make visible) all the tabpages of a
tabcontrol, in order to activate the databinding of the controls in each
tabpage.
Is there a way to delay/disable the repainting until the iteration is done,
so the user doesn't see the tabpages switching? Something like:
-Disable control repaint in the form
-Iterate the tabpages
-Enable control repaint (and then the last tabpage activated is shown
instantly)
Regards,
-Benton
Using VS 2005 Beta 2