C# WinForms TreeView &图片列表

发布于 2024-10-10 17:46:02 字数 147 浏览 5 评论 0原文

我有树视图和 2 个图像列表,第一个图像列表仅包含 42x42 的图像,第二个 36x36 第一个用于根,第二个用于子项。是否可以为树视图选择 2 个图像列表,

以便...第二个问题:我有由管理员添加的用户。我现在如何在添加用户时创建子节点,但如何添加当前根节点?

I have treeview and 2 imagelist first image list contains images only 42x42 and second 36x36 first for roots and second for childs. does it possible to choose 2 imagelist for treeview

so... Second question : I have users which adding by admin. I now how to create child nodes when users is added but how can i add in current root?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

¢蛋碎的人ぎ生 2024-10-17 17:46:02

TreeView 仅支持从单个 ImageList 中选择图像。您可以将两个 ImageList 实例合并为一个 42x42 的新实例,但这可能无法很好地呈现。

认为我理解你的第二个问题。将 TreeView.ShowRootLines 值设置为 false,然后将节点添加到 TreeView.Nodes 集合中。

TreeView only supports selecting an image from a single ImageList. You can combine the two ImageList instances into a new one that is 42x42, but that may not render very well.

I Think I understand your second question. Set the TreeView.ShowRootLines value to false and then just add nodes to the TreeView.Nodes collection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文