Removing a ScrollView, stops other scrollViews from scrolling.

Hi I have 2 scrollviews on 2 tabs ive made, when i call removeSelf() on one of the scrollviews the other scrollview will stop scrolling when touched, if assigned with a touch listener it will still send touch events but without any scrolling action.

Am I missing something here? Anyone know why this occurs. Thanks.