Author Topic: ScrollView problem  (Read 4125 times)

doncarlos91

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 27
    • View Profile
ScrollView problem
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: ScrollView problem
« Reply #1 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.

doncarlos91

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 27
    • View Profile
Re: ScrollView problem
« Reply #2 on: July 03, 2015, 02:15:47 AM »
Thank you very much. It helped me!!!