Hi, I have a component that I'm working on right now, and I'm using the scrollRect to provide me a sliding window over a component. The only problem with this is that while I can make it scroll back and forth using this. I have to provide a fix width in order for it to work. What I'd really like to create is something that would allow me to scroll infinitely in either direction. How could I got about doing that? I know I might have to give up scrollRect in order to do this. Or maybe I could simply increase the size of the component as I got closer to the edges.
Charlie

