1

I have a pretty large ZEST Tree, displaying a Hashtree (Merkletree). Because of its size and limited available space it gets so compressed you can't read it anymore:

my ZEST Graph

Therefore I want to be able to grab more space than the actual shell has, and implement a scrolling/dragging option to move around with the mouse.

However, I can't find a subelement in which I can contain it, which doesn't get filled into the space I have.

I already have tried SashForm (org.eclipse.swt.custom.SashForm), but it couldn't become bigger than the window.

Is there a possibility to implement my plan or is it generally not supported in SWT?

4

3 に答える 3