wpf: usercontrol vs. customcontrol performance issue
        Posted  
        
            by viky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by viky
        
        
        
        Published on 2010-03-25T17:12:08Z
        Indexed on 
            2010/03/25
            17:13 UTC
        
        
        Read the original article
        Hit count: 464
        
Which one is better from performance view user control or custom control? Right now I am using user control and In a specific scenario, I am creating around 200(approx.) different instances of this control but it is bit slow while loading and I need to wait atlest 20-30 second to complete the operation. What should I do to increase the performance?
© Stack Overflow or respective owner