Avoid Flickering in Windows Forms?
        Posted  
        
            by 
                user1733909
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1733909
        
        
        
        Published on 2012-10-10T07:04:17Z
        Indexed on 
            2012/10/10
            9:37 UTC
        
        
        Read the original article
        Hit count: 251
        
Double buffering not working with combo-box. is there any another methods to avoid flickering in windows forms?
i have one windows form with number of panels in it. I'm showing only one panel at a time based on my menu selection.
i have one icon panel,one header panel and the combo box. based on the selected item of that combo-box the gridview1 and 2 are filling. when I'm rapidly selecting the combo-box item using my keyboard down arrow the icon panel and the header panel are always repainting. i need to keep that both without any change. this two panels producing some flashing effect(ie,they are blinking or flashing) while I'm changing the combo box selected index. is there any way to avoid this flashing.? i tried double-buffered enabled in form constructor and form load event. Please Help..............
© Stack Overflow or respective owner