[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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.

The layout manager (a GridLayout) will not layout the control, making it disappear.

Thanks.
Fabio