I have a treeview (very big tree) in a GraphicalEditor, when the tree expands, both of the treeview and the editor have scrollbars..
making the view very weird.
p.s that's how my tree is created
TreeViewer viewer = new TreeViewer(main, SWT.SINGLE | SWT.BORDER );
no vertical and horizontal scrollbars style constants are used during tree creation