Delphi XE6

找出 FMX.Platform.Android.pas 档案,并复制到自己的 Project 路径里,找到 GetScrollingBehaviour 函数,修改成如下:

unit FMX.Platform.Android;

function TPlatformAndroid.GetScrollingBehaviour: TScrollingBehaviours;
begin
Result := [TScrollingBehaviour.BoundsAnimation{可回弹}, TScrollingBehaviour.Animation, TScrollingBehaviour.AutoShowing, TScrollingBehaviour.TouchTracking];
end;

最新文章

  1. Neural Style学习2——环境安装
  2. Jetty 服务器的知识
  3. 项目总结笔记系列 Maven Session2
  4. XSS攻击的解决方法
  5. 解决Windows和Ubuntu时间不一致的问题
  6. 水题 Codeforces Round #300 A Cutting Banner
  7. js中的apply和call API
  8. Spring MVC Controller中解析GET方式的中文参数会乱码的问题(tomcat如何解码)
  9. 新建PCH文件以及常用宏定义
  10. jmeter性能测试 套路二
  11. stdafx.h 的作用
  12. JSP常见的7个动作指令
  13. Linux快速搭建FTP服务器
  14. Python函数的一点用法
  15. webpack 模块方法
  16. JavaScript -- 时光流逝(二):js中数组的方法
  17. Linux下的解压命令
  18. 【Codeforces 1106E】 Lunar New Year and Red Envelopes
  19. hihoCoder week14 无间道之并查集
  20. MySQL(1) 基本操作(MySQL的启动,表的创建,查询表的结构和表的字段的修改)

热门文章

  1. BZOJ5341: [Ctsc2018]暴力写挂
  2. Yii 查询 搜索
  3. js 科学计数转数字或字符串
  4. Maven实现直接部署Web项目到Tomcat7
  5. ubuntu下vi文本后出现不正常的情况
  6. Python 函数之递归
  7. POJ1159:动态规划
  8. linux中普通用户修改密码出现(passwd:Authentication token manipulation error)
  9. jQuery UI vs Kendo UI & jQuery Mobile vs Kendo UI Mobile
  10. windows异常演示,指定异常类型,然后生成异常