Updating multiple panels at the same time

druknhik

Member
Joined
Aug 2, 2004
Messages
12
I have two panels that are side by side. Both are subclassed panels with the styles set to do all the double buffered stuff (actually OptimizedDoubleBuffer in c# 2005). At one point, I translate the the Graphics object vertically, and refresh both panels. However, they dont update at the exact same time. Is there any way to go about doing this?
 
Back
Top