如何在单击特定根节点时显示子根(子根)
我在其中使用 devexpress xtratreelist 我有一棵树..现在我希望我的表单能够以这样的方式工作:如果用户单击特定节点,则该节点的所有子根都应该发布在列表框或任何其他控件上。怎样才能做到呢?
I am using devexpress xtratreelist in this I have a tree..now I want my form to work in sucha away that if the user clicks on a particular node all the subroots of that node shud be published on a list box or anyother control..How it can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以前没有使用过 XtraTreeList 控件,但快速浏览了一下您的在线文档应该能够使用这个节点迭代示例来循环相关节点并使用TreeListNode参数来获取更多详细信息,而不仅仅是简单地增加总计数。
I haven't used the XtraTreeList control before but taking a quick look at the online documentation you should be able to use this node iteration example to loop over the relevant nodes and use the TreeListNode parameter to get more details than just simply incrementing the total count.