I'm having a problem with the scroll view functionality. For an example of the problem, lets say I make a scrollview that could fit 8 of my objects horizontally in it. Then I make 10 of my objects. I will see 8 on screen, the other 2 are clipped off, but it gives NO scrollbar.
If I change the scrollbar show condition to Always, it seems to be working okay, but a slight problem is the thumb on the scrollbar shows very tiny, as if it would look if there were many objects on the list.
To make the problem even weirder, if I reduce it to only 3 objects on the list, it seems to be aligned properly upon hitting play, but when I move the scroll bar to the right, it actually drags those 3 objects to the right side of the panel. It's as if it thinks there are a number of objects before my objects appear?
The scrollbar is not appearing and the objects are aligning as if the scrollview is larger than it actually is, and I'm not sure why? I've been messing with the settings such as content origin, but even if I attempt to set the origin to "top left" when I hit play they are aligned properly, but I can scroll to the left even more. If I set top left origin on my scrollview, isn't that supposed to be to the top left of the contents inside the panel? Becuase it's only setting to the top left of the scrollview as it's rendered on screen, but is not aligned to the top left of the contents inside the scroll view...
Hope this makes sense, hard to explain.
Any help would be appreciated.