一 使用webbrowser现有方法 引用:https://blog.csdn.net/xiaokailele/article/details/48392673 public partial class Form1 : Form { ; Timer timeDown = new Timer(); Timer timeUp = new Timer(); public Form1() { InitializeComponent(); webBrowser1.DocumentCompleted +=
使用前提: 页面内容过多,默认的滚动条太难看,在不引入滚动条插件情况下让界面不使用滚动条,又能通过鼠标滚动 实现步骤: 1 在会出现滚动条的组件上设置隐藏滚动条 overflow:hidden; 2 在上述组件的bind-mouseenter(鼠标进入事件)增加滚动监听器 var num = 0; var i = true; Model.prototype.buttonGroup1Mouseenter = function(event){ var me = this; this.getElem