C# TabPage.Controls.Add too long
        Posted  
        
            by Toto
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Toto
        
        
        
        Published on 2010-04-08T14:41:11Z
        Indexed on 
            2010/04/08
            14:43 UTC
        
        
        Read the original article
        Hit count: 484
        
Hi,
At run time, I add one control to a tabpage and I notice that it takes 0.5 sec to do it. It's rather long and I would like to reduce this time. I tried Suspend/ResumeLayout but for only one action it's no relevant and do not improved anythng. Any ideas ?
Thx
© Stack Overflow or respective owner