Hi
I'm working with dynamic Scroll Views. In my case I have some Scroll Views that moves and resize at run-time. Apparently nothing so difficult. But ... looks like the panels didn't refresh fast enough, so some "empty spaces" or "overlapping elements" appear during the fast transitions.
Some details:
- Looks like the problem occurs when Scroll panels are moving and resizing. But not when they just resize.
- I use Anchors to set panel sizes.
- Panels are moved by their parents.
- Those parents are moved by Tweens.
How can I fix that ? Or how can I force Panel refresh to avoid that annoying issue.
Thanks.