Item strange scroll
JavierSegoviaCordoba opened this issue · 1 comments
JavierSegoviaCordoba commented
Hello there!
I have a problem when I unfold my items. If the items are in the lower half of the screen there is no problem, but if the items are in the upper half of the screen, the item "auto scroll" to keep the position.
oleg-vasiliev commented
The ListView example in the repo scrolls correctly when you fold/unfold items. Behavior as shown in your gif can be obtained by using a different container for your cells instead of ListView. Also, you can try to play with the gravity and layout of your container. Can you post your layout xml?