节点上移/移动后图标会更新

时间:2015-07-11 18:46:07

标签: delphi delphi-xe5

我在图像列表中有一个带有图标的virtualstringtree。一切都很好但是当我选择一个节点并向上或向下移动时,节点的标题会改变,但图标不会改变。

当我构建树时,我会看到图标,然后将其放入图像列表中

    imgIcon:= TIcon.Create;
    imgIcon.LoadFromFile(Path);
    imgFTree.AddIcon(imgIcon);
    imgIcon.Free;

在GetImageIndex事件中,代码为:

    ImageIndex:= Sender.AbsoluteIndex(Node);

有谁知道什么是错的?

0 个答案:

没有答案