jScrollPane 向下拖动列表项时向下滚动

发布于 2024-10-24 01:27:10 字数 373 浏览 0 评论 0原文

使用当前版本的 jScrollPane 时。

当有人向下拖动可排序列表中的项目时,滚动窗格不会向下滚动 位于滚动窗格中。

当我使用旧版本的 jScrollpane 时(jSrollPane.js 93 2010-06-01 08:17:28Z kelvin.luck) 拖动时滚动效果很好,但旧版本不行 支持我本质上需要的很多选项!

如何让较新版本的 jScrollPane 在向下拖动时向下滚动?

我几乎搜索了所有内容...

感谢您的帮助, 血红素

when using the current version of jScrollPane.

The scrollpane will not scroll down when someone drags down an item in the sortable list
located in the scrollpane.

When i use an older version of jScrollpane (jSrollPane.js 93
2010-06-01 08:17:28Z kelvin.luck
)
scrolling when dragging works perfectly, but the old version does not
support a lot of options i essentially need!

How do i get the newer version of jScrollPane to scroll down on dragging down?

I've searched through nearly everything ...

thanks for any help,
haemse

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作妖 2024-10-31 01:27:10

jScrollPane 2 目前不支持此功能。有一个开放的票证:

https:/ /github.com/vitch/jScrollPane/issues#issue/4

如果您想尝试并实现它,那么从 jScrollPane 1 中查看的相关位置是 onSelectScrollMouseDown 函数和函数它叫...

That isn't currently supported in jScrollPane 2. There is an open ticket for it:

https://github.com/vitch/jScrollPane/issues#issue/4

If you want to try and implement it then the relevant place to look from jScrollPane 1 is in the onSelectScrollMouseDown function and the functions it calls...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文