Hi all!
I've made a UI that features a long vertical list of shop items, and each item can be clicked to expand a description below it. Since the description Tweens downward from the bottom of its item, sometimes it expands offscreen (below the lower bounds of the camera). I would like to reposition the UIDraggablePanel so that if the item clicked is at the bottom of the screen, the panel automatically scrolls to keep the expanding description onscreen.
Has anyone dealt with this before?
Thank you!
Teddy