Resize/scroll flicker in ownerdraw CListCtrl

Question : Resize/scroll flicker in ownerdraw CListCtrl

I have an ownerdrawn list control which resizes and scrolls
just fine, but is there a way to reduce the noticeable flicker?


 

Solution: Resize/scroll flicker in ownerdraw CListCtrl

Have you tried looking at the SetRedraw method in CWnd? You can temporarily turn off redrawing, until the size if fully known and then redraw everything.