Scrolling after bottom of scrollview enlarges image

梦想的初衷 提交于 2019-12-12 00:09:50

问题


I have this scrollview:

This is the bottom of it:

But when I try to scroll even further than the bottom, the image starts to enlarge somehow like this:

Why does this happen? I don't want anything to happen when scrolling more than the bottom.


回答1:


There is a workaround using which you can resolve this issue. Just uncheck all the bounce properties of scrollview to disable scrollview scrolling beyond the content.



来源:https://stackoverflow.com/questions/32563282/scrolling-after-bottom-of-scrollview-enlarges-image

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!