In the hbox layout, if we hide a components then all the other components get realigned.
Consider that i have the following layout,
hbox1:
combo1 combo2 combo3 combo4
if i hide combo 1 then the layout gets realigned as,
hbox2:
combo2 combo3 combo4
Here combo2 re positioned to combo1 place.
But i like to retain the position of the components as in hbox1.
Any ideas?