I have Delphi 2007 on windows 7, when I put some pictures in design in TTree it's very slow.
I tried this:
Code: Select all
(Tree2.Canvas as TGDIPlusCanvas).AntiAlias:=False;
I tried with
Code: Select all
Tree.Canvas:=TTeeCanvas3D.Create;
Why it's so slow with TGDIPlusCanvas?
Why I don't have transparency with TTeeCanvas3D?
The source and binary of a sample project is joined.