You can change the parent of any view by calling ScrollView.RemoveView and then add the view to its new parent by calling Panel.AddView(ScrollView...).
You can change the parent of any view by calling ScrollView.RemoveView and then add the view to its new parent by calling Panel.AddView(ScrollView...).
@Martin:
Exactly, but that has not worked. I need a rider on both a listview and a scrollview. The decision, which will in time control is selected in the settings of the application. But thank you anyway.