I've created a custom list draw procedure using LVS_OWNERDRAWFIXED. Problem
is, List views don't send the WM_CTLCOLORLISTBOX or similar (or at least I
couldn't find any), resulting in the OS erasing the list every time before I
update it in my custom draw procedure. The result is a nasty, annoying
flicker. WM_ERASEBKGND doesn't seem to matter here either.
Anyone have experience with making flicker free list views, I'd be most
grateful for advice.
I'm using API, not MFC.