I want to display some items with fsStrikeOut in a TListview - other
than this I want all of the normal drawing processes to proceed.  Which
of the many 'draw' event do I implement and can I just put something like

if TestCondition(Item) then
  canvas.font.style := canvas.font.style - [fsStrikeOut]
else
  canvas.font.style := canvas.font.style - [fsStrikeOut];

--
Aaron Scott-Boddendijk
Jump Productions
(07) 838-3371 Voice
(07) 838-3372 Fax


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to