Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Bimbocho on February 11, 2014, 04:41:43 AM
-
Hi everyone,
I have created a grid inside a scroll view(horizontal), inside a scroll view(vertical) and it works fine. Except that the grid inside the scroll view(horizontal) goes outside the scroll view(vertical)'s range when I try to drag it all the way up or down. Is there a way to limit the grid inside the scroll view(horizontal) from going out of it's parent's range?
Thanks very much!
-
You can't nest scroll views. Clipping only works on a single panel. It's an NGUI limitation.
-
Thank you very much!