I have an expandable ListView (like this). How to make the motion happen smoothly (when i set IsVisible property to true)? Is it possible using ListView or i should use combination of layouts (StackLayout, Grid and etc.) to reach smooth motion?
I understand i can use animation methods (for example LayoutTo()), but it needs a lot of code in my case.
Thanks a lot in advance!