Author Topic: Horizontal scroll views inside vertical scroll view ?  (Read 1811 times)

Somoraze

  • Guest
Horizontal scroll views inside vertical scroll view ?
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Horizontal scroll views inside vertical scroll view ?
« Reply #1 on: September 11, 2013, 05:01:35 PM »
You can't nest clipped panels. It's a limitation of how clipping is done.

Somoraze

  • Guest
Re: Horizontal scroll views inside vertical scroll view ?
« Reply #2 on: September 12, 2013, 10:58:15 AM »
OK thanks for the answer