I’ve got a long list (Each…) inside a ScrollView. When I gesture to move/scroll the content UP to see the bottom end of the list, something fights it and pulls it back to the top so I can never see the end of the list…at least not for long. This is on both Fuse internal simulator and Xcode.
Hi SkillsPlanet, it could be because a ScrollView
inside a StackPanel
. Could you please post a reproduction of the error?
That suggestion is spot on ^. You should never put a ScrollView
inside of a StackPanel
, because that affects the available space in an undesired way. Read Responsive layout docs for more details on the concept.