Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: motionsmith on March 21, 2013, 03:22:52 PM

Title: Draggable panel within a draggable panel
Post by: motionsmith 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.
Title: Re: Draggable panel within a draggable panel
Post by: ArenMook 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.
Title: Re: Draggable panel within a draggable panel
Post by: motionsmith on March 22, 2013, 06:02:55 PM
Thanks for the response.