Author Topic: Button inside ScrollView  (Read 4867 times)

smtabatabaie

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 13
    • View Profile
Button inside ScrollView
« on: June 16, 2016, 04:44:44 PM »
Hi, I have a scroll view which has lots of buttons in it. It works well if I scroll on empty parts, but if I try to scroll on the parts which has buttons the button gets the event not the scrollview. What I'm trying to is to be able to scroll on the buttons.
I'll appreciate if you can help me with this.
Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Button inside ScrollView
« Reply #1 on: June 18, 2016, 05:01:42 AM »
You need to put UIDragScrollView script on your buttons too.