I'm building a Windows 8 app, and need to disable the over-dragging / bounce-back effect that occurs when a user drags scrollable content over its parent's scroll limit. I thought I might be able to use some CSS properties here, but none of them seemed to allow me to do that. Any suggestions?
1071 次