Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ixque on February 14, 2014, 04:54:45 AM

Title: ScrollView not draggable because of items in scrollview
Post by: ixque on February 14, 2014, 04:54:45 AM
I currently have a scrollview which consists of some button. The buttons are clickable, but the scrollview is only draggable when not selecting an button. I would like the scrollview to be draggable, even when you select a button.

Is this possible?
Title: Re: ScrollView not draggable because of items in scrollview
Post by: ArenMook on February 14, 2014, 05:05:06 AM
Attach UIDragScrollView to your buttons as well.
Title: Re: ScrollView not draggable because of items in scrollview
Post by: ixque on February 14, 2014, 05:12:40 AM
Attach UIDragScrollView to your buttons as well.

Works like a charm! Thank you sir :)