[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Sashform
|
- From: crscca@xxxxxxxxx (Raster)
- Date: Tue, 24 Feb 2004 16:58:36 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
Hi!
I am using a sashform and placing various controls in it. This allows me a
flexible kind of a screen. I would like to however hide certain member
controls and show them again when I need to. If I do a setVisible(false)
on one of the controls the other members of the sashform stretch
themselves across the form. I want them to stay where they are (but
invisible)unless I drag the sash.
Is that possible?
Thanks