[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Thank you very much Evelyne! exactly what I was looking for!!!

Evelyne Merle wrote:
In SashForm, you can use setMaximizedControl to maximize one control.
The maximized control takes all SashForm's area, the user don't see the parent SashForm.
Use setMaximizedControl(null) to return to initial state.


Hope it helps.

Evelyne