Author Topic: Draggable panel within a draggable panel  (Read 1450 times)

motionsmith

  • Guest
Draggable panel within a draggable panel
« on: March 21, 2013, 03:22:52 PM »
Hello, great work on NGUI!

I need to create several horizontally-scrolling panels within one larger vertically scrolling panel. If you can imagine the iPhone app store, where you can scroll the store vertically, then scroll the subcategories horizontally.

In my initial tests, there are some strange things happening, but my issues may be due to user error (confusion/complexity). Do you see a reason why this would not be possible with the current version?

Apologies if this has been asked before. I did some searching, but didn't find anything.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Draggable panel within a draggable panel
« Reply #1 on: March 22, 2013, 02:01:11 AM »
Unfortunately you can't do that. You can't nest clipped panels, as each panel overrides the clipping rectangle of the parent.

motionsmith

  • Guest
Re: Draggable panel within a draggable panel
« Reply #2 on: March 22, 2013, 06:02:55 PM »
Thanks for the response.