I am trying to figure out how do I disable mouse input in a ListView(SysListView32) control using Win32API not MFC.

One way around is to Disable the window by EnableWindow(FALSE) but this approach sets the color of it gray and I need to set the background color to White.

How can I achieve this. Any ideas ?