Listview Header Redraw (Bug?)

  • Thread starter Thread starter Gates 72
  • Start date Start date
G

Gates 72

Hello All,

I am seeing something annoying with the listview.

I have a listview that spans an area greater than the
width of my form, and have a scrollbar that moves it left
and right. When I move the listview so the right-most
columns are visible on the form, they are not repainted.
I get a blank area where the column header should be.

I've tried "Listview.Refresh()" and "Listview.Invalidate
()" when the scrollbar is moved, but nothing seems to
clean this up.

Just wondering if anybody else has seen similar behavior.

Thanks,
G72
 
Back
Top