Replies: 1 comment
-
Hi Jens! The TOutline class provides this behaviour. Here you can find an example application that uses TOutline: And here you can find a more complex example, from the Turbo text editor: https://github.com/magiblot/turbo/blob/ba322d6c123bb632c5f2bd6e0c3792db0c116e1c/source/turbo/doctree.h |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
how can I implement a TreeView, where I can have multiple root items, and multiple nodes.
The nodes should be clickable, and can have multiple nodes self.
If it possible, the TreeView should have lines to see the Level (but this is a pro, and must not have,
but the Levels should be intend, to see, in which Level the node item is)
As example:
...
Thanks for helping
paule32
Beta Was this translation helpful? Give feedback.
All reactions