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 (tiOPF Objects).  Some of
those objects could be marked as deleted (a internal ObjectState) and
I want to paint them in grey instead of the standard black text.  Is
this not currently possible in LCL?


TListView = class(TCustomListView)
<....>
   property MultiSelect;
//    property OwnerData;
//    property OwnerDraw;
   property PopupMenu;
<....>
end;


--
Graeme Geldenhuys

There's no place like S34° 03.168'  E018° 49.342'

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to