Hi,
have a bit weird situation, I have Vertical layout with some buttons that is centred, but in some scenarious I would like to hide some buttons, but changing their visible to false still leaves them in the layout so other elements are position as they still would be there, is there a way to hide elements similar as display none in DOM so they would be ignored by layout?
thank you