I'm new to NGUI, so if this is common knowledge, I apologize.
I have a scrolling panel with say, 8 items. I'm using iOS, and what I'd like to accomplish, is to be able to scroll the view when sliding my finger over the panel, but also be able to tap the individual items and have an effect (such as changing scene).
However, putting a button on the items, while still maintaining the ability to scroll the bar, triggers the button regardless of whether I'm actually tapping the item, or starting a drag on top of the button.
Is there functionality built into NGUI to accomplish this?