Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Removing children from composite components.

Tuesday, March 25, 2003, 9:58:43 AM, Vellapilli Harimenon Indukumar wrote:

> Is it possible to remove children from Composites? I have a requirement
> where I have to dynamically add and remove children from a composite.
> Adding to a composite is easy, but removing a control from composite is not
> possible. I think invoking dispose on the children to be removed will have
> unwanted side-effects. Is there any way to do this?
> Thanks in advance,

Would setting the visibility off/on meet your requirements?

David
-- 
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx



Back to the top