Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] how to reclaim area of a control after setting it invisible


Please investigate GridData.exclude and RowData.exclude.



"atul atri" <atulatri2004@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

06/30/2008 09:49 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] how to reclaim area of a control after setting        it invisible





hi all,
i want to set a control invisible  using setVisible() method in a window. Then i tried to reclaim its area (that is supposed to be done automatically) using methods redraw and layout(true) but it does not worked. yes if i dispose that control i am able to reclaim that area but can't i do same simply by hiding the control.
how is it possible??
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top