Scenario
I have a ScrollView inside which there are 3 textview and a listview is there .
Actual
My ScrollView is not working because all content fit in a page, this is because of the listview itself got a scrollbar.
Expectation
I want the listview scrolling to be disabled so that my main scroll should work which means i could scroll the 3 textview along with the items in the listview.