Hey guys,
i have a problem with animations in XF. To get expand/collapse functionality i use the LayoutTo method on a listview and a grid to manipulate Height and Y-Position property. That works great, but if i rotate the device, the animation is undone. Found out, that the HeightRequest Property is not set after animation, but when i set it on my own after finishing animation tasks, the new bound values are inaccurate => result looks not smooth!
does anyone have experience with animations in XF?
Thanks!