[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Sashform

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