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??