I Have a ListView inside a ScrollView and I want keep the listview scroll disabled until the ScrollView scroll position hits the top of the screen, then when scroll the listview until its top disable it again and enable its parent ScrollView scroll.
            Asked
            
        
        
            Active
            
        
            Viewed 256 times
        
    0
            
            
        - 
                    Maybe this helps: http://stackoverflow.com/questions/18367522/android-list-view-inside-a-scroll-view – Karan May 28 '15 at 16:30
- 
                    I have tesed it and working http://stackoverflow.com/a/32816390/3758898 – Kishan Vaghela Sep 29 '15 at 08:08
