문제

Inside a TableViewer I want to add Columns which are TreeNodes. How can I implement such type of TableViewer which has columns which expand and collapse.

도움이 되었습니까?

해결책

Why not use a TreeViewer? Here is a small example on how to use a Tree. Using a TreeViewer is very similar to a TableViewer.

It will look similar to this:

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top