How to make the flow panel updates when changes happened to custom component

You wanted to get rid of the spaces, correct?

before (using self.clear)

com-video-to-gif%20(10)

After (using self.remove_from_parent):

com-video-to-gif%20(11)

Again, I just had a quick look (and can look closer in a little bit), but self.remove_from_parent() removes Form3 from the flow panel in Form2.

Apologies if I have misunderstood, but could you describe what behaviour you were hoping for?

2 Likes