There's a problem with drawing gridlines in listview with common controls 6. It happens when I try to scroll the list page down or page up with mouse.
.
I was only able to find this discussion http://www.ureader.com/msg/1484143.aspx, but the solutions are not perfect
- LVS_EX_DOUBLEBUFFER doesn't work for me
- Disabling smooth scrolling doesn't work for me
- Invalidate on scroll does work but the flicker is not fine
- Disabling grid lines does work but the list doesn't look fine without them.
Are there any other options? Thanks!