[lazarus] TListView and OwnerDraw events

2007-01-10 Thread Graeme Geldenhuys
Hi From the code snippet below, taken from ComCtrls.pp I gather that none of the OwnerDraw events will ever fire! Does this mean I cannot do any owner drawing in the TListView control? Is there any other work-around to solve my problem. I have a TListView that represents a list of objects

Re: [lazarus] TListView and OwnerDraw events

2007-01-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi From the code snippet below, taken from ComCtrls.pp I gather that none of the OwnerDraw events will ever fire! Does this mean I cannot do any owner drawing in the TListView control? I think that is the correct conclusion. Take a look at

Re: [lazarus] TListView and OwnerDraw events

2007-01-10 Thread Graeme Geldenhuys
On 1/10/07, Vincent Snijders [EMAIL PROTECTED] wrote: I think that is the correct conclusion. Take a look at http://www.freepascal.org/mantis/view.php?id=7749 and http://www.freepascal.org/mantis/view.php?id=7059 Damn, I think you are right. I had a look at the LCL code to see what is there