Multi-column tree with tree not in 1st column #1147
CLOSED
Submitted 10 months ago
Hi, Here in the TreeViewer example, we can see that it is possible to have a treeview with multicolumns. As i understand only the 1rst column can distplay a tree. Is it possible to have the tree in a different column (last for example)? I already search this topic, but i didn’t find any example of this kind. Thank you in advance for your help!
Best regards, NK
Please login to write a comment.
Comments
I don’t think this is possible with JFace Viewers. Each column belongs to the elements from the front. You could of course nestle elements, e.g. putting the tree in a Composite with three other Composites.
I hope this helps.