Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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
-
You can't nest clipped panels. It's a limitation of how clipping is done.
-
OK thanks for the answer