Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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??


Back to the top