Hi guys.
I'm currently playing with NGUI and I faced a strange problem in my test scene with my draggable camera. I copied most parts of the scroll view example to my scene, but wanted to have the scroll content to be vertical. Now my camera only scrolls a small range up/down and not the full content of my UIGrid which I have set as the Root For Bounds property.
How does the camera calculates it's bounds, as the UIGrid should support a greater height as my camera moves. Is there anything I could have missed to setup for the camera?
Thanks for help.