How do I make a row of widgets move when visibility of one is changed? (Example gif in post)

Thanks in advance.

For that specific example, put the inages in an HBOX and give them all Right alignment,
And when you hide one Set Visibility to Collapsed instead of Hidden.
May be imlortant whether you use Auto or Fill on each image too. Depending on how you fill the row you might want Center alignment instead.

Thank you very much. :slight_smile: