Patrick Dunford asked:
> Is there any scope at all for going back to TCUstomImageList
> and deriving a new imagelist component from it, that resolves
> these problems?
Partially. The Delphi side of things is a wrapper for the common control,
but when used from Delphi the drawing is passed through a virtual methods
called DoDraw that you can intercept and override to do better drawing.
Unfortunately any of the other common controls (like tabs, trees and tool
buttons) use the image list directly, and I'm not sure if you can
intercept the drawing call without resorting to some serious Win32
hacking.
Cheers, Max.
---------------------------------------------------------------------------
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"