In the Windows Forms, calling Refresh() on ResizeEnd seems to fix the stripes, but will only work once the user lets go of the mouse button. However, I must note that my Form does not have any custom Paint implementation.
Refresh()
ResizeEnd
Paint