|
How to hide a control in SWT? -
10-09-2009, 09:33 AM
Hello folks, can anyone hre tell me, how to hide a SWT Control?
I tried setVisible( ), but the control is still using space in my composite and i want it completely disappear, like object.style.display = "none" in CSS.
|