Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Somoraze on September 11, 2013, 12:52:13 PM

Title: Horizontal scroll views inside vertical scroll view ?
Post by: Somoraze on September 11, 2013, 12:52:13 PM
Hello,
is there a way to add a horizontal scroll view inside a vertical scroll view? So that multiple panels with a scroll view can fit and be vertically aligned inside one vertical scroll view?

The horizontal and vertical panels work fine independently, but with this hierarchy, the vertical scroll is not responding :

UIDraggable Panel
> UIGrid (Vertical)
>> UIDrag Panel Contents

>>> UIDraggable Panel 1 (child of "UIDrag Panel Contents")
>>>> UIGrid (Horizontal)
>>>>> UIDrag Panel Contents

>>> UIDraggable Panel 2 (child of "UIDrag Panel Contents")
>>>> UIGrid (Horizontal)
>>>>> UIDrag Panel Contents

etc.

Thanks
Title: Re: Horizontal scroll views inside vertical scroll view ?
Post by: ArenMook on September 11, 2013, 05:01:35 PM
You can't nest clipped panels. It's a limitation of how clipping is done.
Title: Re: Horizontal scroll views inside vertical scroll view ?
Post by: Somoraze on September 12, 2013, 10:58:15 AM
OK thanks for the answer