views:

28

answers:

0

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?