I hav a tab widget within horizontal scrollview. The problem that i m having is this that when i am scrolling through scroll view, current tab in the tab widget changes and because of this ontabchange event handler executed.
To stop this i was trying to handle ontouchevent of scrollview which scrolls through tabs and returns true. but not quite able to do so properly.
Can someone plz help with this?
Thanks in advance!