XtraTreeList DevExpress

发布于 2024-11-07 06:47:54 字数 107 浏览 1 评论 0原文

我正在使用 treelist.OptionsView.ShowCheckBoxes = true;但这在所有节点上显示复选框。我希望仅子节点显示 CheckBox 而不是父节点。有什么办法可以实现吗?

I am using treelist.OptionsView.ShowCheckBoxes = true; but that shows checkbox on all nodes. I want only child nodes to show CheckBox and not parent node. Any way to implement it ?

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

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

发布评论

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

评论(2

节枝 2024-11-14 06:47:54

这可以通过使用 CustomDrawNodeCheckBox 事件来完成。 在新的树列表复选框功能中隐藏父节点复选框展示了如何做到这一点实施的。

This can be done by using the CustomDrawNodeCheckBox event. The Hiding parent node checkboxes in new treelist checkbox feature shows how this can be implemented.

香草可樂 2024-11-14 06:47:54

我认为这是不可能的。但是您可以使用 CustomDrawCaption 事件隐藏您不想显示的节点上的复选框。

I don't think it is possible. But you can use the CustomDrawCaption event to hide the checkbox on the node you don't want to show it.

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