Thanks. Seems like an ideal solution.

-----Original Message-----
From: Cheng Wei [mailto:[EMAIL PROTECTED]]
Sent: 8 June 2001 08:55
To: Multiple recipients of list delphi
Subject: RE: [DUG]: TCustomListBox. Multiselect


> Thanks Stacey and Dennis. I had thought I would use the
> checks to represent
> one thing and the blue lines another - but now I suspect that plan is
> flawed.

You can achieve this by using TListView instead, set the properties as
following:

CheckBoxes := True;
MultiSelect := True;
ViewStyle := vsReport;

HTH
Cheng

---------------------------------------------------------------------------
    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"
---------------------------------------------------------------------------
    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