bduncavage / PullToRefresharp

A pull-to-refresh library for Android in C#
38 stars 78 forks source link

Event touch not handled with added views #22

Closed vIRisium closed 8 years ago

vIRisium commented 8 years ago

Hi!

Thank you for this beautiful component!!!

I have some problem. When i add programmaticly LinearLayouts inside your ScrollView the touch event not handled on them. For example LinearLayouts which were in axml file support touch event, but new Layouts which i add programmaticly are not... I don't understand where and how do you add event to child controls inside ScrollView. Can you help me with this?

Sorry for my English =)