SDI, ScrollView, add OnPaint() for scrollview
in OnPaint()
Code:
dc.FillSolidRect(CRect(0, 0, 78, 30), RGB(0xff, 0, 0xff));
the problem is when I scroll the view, the background will become dirty.
how to avoid this?