Popup not resizing after moving

Hi,

i have a popup with a flex container where i resize the height depending on the displayed elements. This works ok if the popup stays on the same position. But when i move the popup, it doesn’t work anymore.

I have linked the default height with a parameter, because the actual height is not available.

Is there a way to make this work when the popup is moved? Or even better, is there a method on a flex container that makes the size equal to the sum of the displayed containers?

You can set the view's size to auto to make it resize automatically.

See here

Thx, it did the trick