I have a problem with my Form View. I have about 12 controls on it (buttons, lists controls and grid control) and when the user resizes the view the controls flicker. Is there any way I can eliminate this flickering when the view is resized?

I tried using a mem dc for the form view but this didn't work. I also tried using the OnEraseBackGround but the view doesn't have a handler for this message.