Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Bimbocho on February 11, 2014, 04:41:43 AM

Title: Scroll view inside a scroll view.
Post 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!
Title: Re: Scroll view inside a scroll view.
Post by: ArenMook on February 11, 2014, 08:17:14 PM
You can't nest scroll views. Clipping only works on a single panel. It's an NGUI limitation.
Title: Re: Scroll view inside a scroll view.
Post by: Bimbocho on February 11, 2014, 09:03:41 PM
Thank you very much!