noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

Disable Scroll on Header section touch #28

Closed manishpatidar closed 7 years ago

manishpatidar commented 8 years ago

I want to disable scroll when touched on header area because there is a list in and a view pager screenshot_8

noties commented 7 years ago

Hi! Sorry, that it took me so long. You can call setSelfUpdateScroll(boolean) and Scrollable won't process touch events if passed true.