Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hallo, I do desktop application and my panel flicker too much. Is there some method like doublebuffered wich can I use to panel. Thank you very much
Posted
Comments
Sergey Alexandrovich Kryukov 22-Mar-15 19:10pm    
Panel? Which one? Full type name, please?
And please tell us: what's wrong with reading original MSDN documentation?
—SA
BillWoodruff 22-Mar-15 23:46pm    
To assist you we need to know what you are doing with the Panel; are you custom painting some complex stuff in it ? If this is WinForms, do you have the Form the Panel is on set 'DoubleBuffered = true ?

1 solution

Please see my comment to the question. It's very likely that you need this: https://msdn.microsoft.com/en-us/library/system.windows.forms.control.doublebuffered(v=vs.110).aspx[^].

Good luck,
—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900