I'm trying to change the position of children in a RelativeLayout with LayoutTo(), the animation works fine but any actions on the views after this reset the view to original constraints. I'm looking for a way to update the constraints of the view, TranslateTo can be used to update the constraints but this can only be used to update the position, not the width or height.
What seems to be the same problem:
http://forums.xamarin.com/discussion/18944/layoutto-is-broken-forms-v1-1-1
http://forums.xamarin.com/discussion/comment/97740#Comment_97740
http://forums.xamarin.com/discussion/26180/animation
http://forums.xamarin.com/discussion/comment/71863#Comment_71863
Any solution or workaround to this problem?