Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: doncarlos91 on July 02, 2015, 08:05:43 AM

Title: ScrollView problem
Post by: doncarlos91 on July 02, 2015, 08:05:43 AM
Hi guys, i have a problem with my ScrollView, when i`m starting drag my ScrollView (content with items) -- it starting drag with "some offset" - i don`t know what is it, and how can i fix it. I mean it doesn't start dragging immediately.

Thanks in advance
Title: Re: ScrollView problem
Post by: ArenMook on July 02, 2015, 08:57:57 PM
Drag operation doesn't begin until a threshold is passed. The threshold is specified on the UICamera.
Title: Re: ScrollView problem
Post by: doncarlos91 on July 03, 2015, 02:15:47 AM
Thank you very much. It helped me!!!