I am able to drag my panel just fine up and down. But I'm seeing 2 glitches so far.
1) After I release the mouse button after dragging, it appears that the SpringPanel script slides it to the left (X) by about 1.5. Only the first time I release from a drag, not after that.
2) As I drag, the clipped contents of the panel appear completely unclipped (I see every item). If I stop dragging with the mouse, but don't release the button, for about half a second, it re-clips the area. If I then continue to drag again, it becomes totally unclipped again. Additionally, it doesn't seem to be able to clip part of an item (I have 7 identical items in a grid). It can only clip an entire item or not. Each item is a UISprite.
Any idea what's causing any of this? I just want to make a simple high score table that scrolls, but I'm spent 4 hours already to no avail.
Thank you,
Brian