form repaint, tabcontrol

G

Guest

It seems when using a tabcontrol, repainting the form when clicking a tab
takes a few split seconds, how can I repaint my form after all controls and
data is loaded??
 
G

Guest

Hi:

Try using FormName.SuspendLayout() before loading controls and data, and
then FormName.ResumeLayout(true) after that.

Hope this result usefull.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top