CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
527 stars 137 forks source link

按像素垂直滚动 #271

Closed be-water-myFriend closed 1 year ago

be-water-myFriend commented 1 year ago

使用鼠标滚动网页时,scrollBar是跳跃式变化,给人的感觉是卡顿掉帧,能不能像TableView那样支持设置滚动模式setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);

...

tishion commented 1 year ago

平缓滚动不支持

be-water-myFriend commented 1 year ago

大佬能简单解释下不支持的原因吗 @tishion

tishion commented 1 year ago

这个没有太多可以解释的,你看看Windows上的Edge/Chrome浏览器是不是支持平滑滚动。