单击按钮即可在 RichTextBox 中加载数据
使用 DevExpress' XtraTreeList,在我的表单中有一个树列表,一个 RichTextBox 和一个 按钮。
目标:当用户关注特定根节点并单击按钮时,RichTextBox 应显示根节点中存在的子节点。它需要列出 RichTextBox 上的整个子节点。
这可能吗?如何才能做到?
除了 RichTextBox 之外,还有其他控件的方法吗?
Using DevExpress' XtraTreeList, and in my form there is a treelist, a RichTextBox and a
button.
The goal: when the user focuses on a particular root node, and when the button is clicked, the RichTextBox should show the child nodes present in the root nodes. It needs to list the entire child nodes on the RichTextBox.
Is this possible, and how can it be done?
Is there another way with controls other than a RichTextBox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是想法(抱歉,我没有时间确保此代码有效;如果您需要,我稍后会检查):
Here is the idea (sorry, I haven't had a time to make sure this code works; I'll check it later if you need it):