Scrollbar value and size always revert to 0 and 1

Hello,

I’m beginning to work with the new Unity UI, and as I work more and more with it I’ve come across a rather extremely annoying issue. The included Scrollbar GameObject “prefab” won’t let me change the Value and Size variables (Through the editor - Haven’t tested with code). I set the sizes, and when I run the code they’re reverted back to 0 (For Value) and 1 (For Size).

Anyone know why?

Thanks

I found the answer to my solution. The “content” panel isn’t what you view, it’s actually everything. I thought the scrollbar would move each of the items in the “content” panel up/down/left/right, not move the “content” panel itself.

Thanks though.