| [news.eclipse.platform.swt] Re: How to trigger re-layout of form (same as what resizing the window does) |
Most likely you need to call layout() on the top-level Composite [probably the ScrolledForm that you get from managedForm.getForm()].
As Matthew suggested, a code snippet would help a great deal here.
That does the trick!