Hi,
there is a little perfomance issue in ElXTree.pas, function TCustomElXTree.MeasureCellText.
TriggerVirtualTextNeeded is called twice, in my sources in Line 20804 and 20870. The second one isn't necessary, the hole second block from "if HS.Password then" to "TriggerVirtualTextNeeded(Item, ColumnNum, SText);" can be deletet, the password-exception ('*****') should be added to the first block.
Bye
Andre Engelshove
Comments