Scrolling after bottom of scrollview enlarges image
问题 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