ControlStyles.DoubleBuffer vs. ControlStyles.OptimizedDoubleBuffer
问题 What is the difference between ControlStyles.DoubleBuffer and ControlStyles.OptimizedDoubleBuffer ? ControlStyles.DoubleBuffer does not show up in the Intellisense drop down whereas ControlStyles.OptimizedDoubleBuffer is in fact listed. The MSDN documentation does not make the difference immediately clear (to me at least). 回答1: I found this thread on the subject: DoubleBuffered = true sets both ControlStyles.OptimizedDoubleBuffer AND ControlStyles.AllPaintingInWmPaint. At one point the