Board index » delphi » TListView column doesn't paint ?

TListView column doesn't paint ?

All of a sudden I am experiencing a problem with TListView, the columns
don't paint.  I have never had this problem before, but I've got it now !
  The form is created at runtime and the default listview properties have
not been changed except for viewstyle which is set to vsreport.

Anyone else run into this one ?

 

Re:TListView column doesn't paint ?


I also had this problem.

I eventually found out that something had triggered "BeginUpdate" and
"EndUpdate" to cause the problem.  In order to solve it I removed the
update statements, this is not ideal as the ListView is a little flashy
when loading, but it works.

Hope this helps,

Dave G.

Quote
"John Taylor <" wrote:

> All of a sudden I am experiencing a problem with TListView, the columns
> don't paint.  I have never had this problem before, but I've got it now !
>   The form is created at runtime and the default listview properties have
> not been changed except for viewstyle which is set to vsreport.

> Anyone else run into this one ?

Other Threads