如何将图标设置到Treeview中?

发布于 2024-08-11 21:20:30 字数 271 浏览 3 评论 0原文

我正在设置图像索引,如下所示:

with TN do
begin
ImageIndex := 1;
SelectedIndex := 1;
end;

问题:

我通过主单元在不同位置对三个图标使用相同的代码(当我添加节点时)。我每次都用同样的方法设置图标。

第一个图标(恰好位于父节点上)正确显示。 第二个图标(第一个子节点)显示不正确,直到添加第三个(第二个子节点)节点,或者直到我单击图像不正确的节点。

建议?

I'm setting image indexes like this:

with TN do
begin
ImageIndex := 1;
SelectedIndex := 1;
end;

Problem:

I use the same code for three icons in various places through my main unit (when I'm adding nodes). I set the icon with the same approach each time.

The first icon (which happens to be on a parent node), displays correctly.
The second icon (which is the first child node) displays incorrectly until a third (second child) node is added, or until I click on the node with the incorrect image.

Suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文