| [news.eclipse.platform.swt] Re: Making controls appear/disappear in a composite |
Fabio Mancinelli wrote:
Any hints on how to do this?
I reply to myself because I've found the solution. The trick was to set LayoutData.exclude to true and do a parent.layout.
Thanks. Fabio