如何将图标设置到Treeview中?
我正在设置图像索引,如下所示:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论