How to reduce composite size within the ScrolledComposite in swt?
问题 I am struggling to reduce the size of components within the scrolled composite. The problem is , always components(Tableviewer) getting bigger size.Unable to reduce the size.i tried setSize method of components .But no effect public void createForm(final Form form, final FormToolkit toolkit) { parent = toolkit.createComposite(form.getBody()); GridLayout singleCol = new GridLayout(1, true); canvas.setLayout(singleCol); GridData fillData = new GridData(SWT.FILL, SWT.FILL, true, true); //