出现的主要情况是 我点击在ControlButton上面滑动的时候 ControlButton会将事件吃掉 所以listview就不会滑动 自己也在网络上面查了一些相关资料 最有用的应该是 这一篇文章 。但是使用了里面的方法 在我的项目之中没用用处,事件依然会被ControlButton吃掉 所以这里使用的方法是 调用ControlButton的setEnabled 为false 然后使用addEventListener 设置selectedItemEvent 方法 在selectedItemEvent方法之中去点击item 这样