The LVM_SETBKCOLOR message sets the background color of a list view control. You can send this message explicitly or by using the ListView_SetBkColor macro.
LVM_SETBKCOLOR wParam = 0; lParam = (LPARAM) (COLORREF) clrBk;
Returns TRUE if successful or FALSE otherwise.