I have a TextView wrapped in a ScrollView. With some other views around it. When I add this view to my ListView header view, I can scroll the listView, but the scrollView in the header view is not scrollable anymore. Before adding it in the ListView header view I can scroll it with no problem.
Is it an excepted behaviour ? How can I make it scrollable again.
I do not want to hear "Do not put ListView in ScrollView", this is not the case at all here. I have an independent header view, I except views inside to behave correctly.
Thanks!