Yes! The DrawItem and MeasureItem are called by the WM_PAINT handler as often as needed. They give you more control than handling your own WM_PAINT, because you just have to handle one item after another.
So overriding WM_PAINT might disturb the default handling.
|