Hi
I have a few buttons over a scrolled panel.
NOT using the layout. they each have its own position over the panel.
-
i take one of the elements out to another panel.
-
i move the panel up
-
I snap the element out of the other panel, it is automatically snaps (in lerp)
Back to its old position
Problem:
the old position is “floating” over the originaly moved panel, the button return to a poisition which is not mover another element.
What is the right way to calculate the element original position to change after i move the panel up / down ?
thanks