I have a scrollview in my content page with my custom view and Gridview, as shown below.
<ScrollView Orientation="Vertical">
//Custom content view
//Gridview
</ScrollView>
Dynamically i am hiding and showing my custom content view by using IsVisibile property. When my custom view is hided, the grid view automatically adjusts it position without animation. Is there any way to animate the transition.