gpt4 book ai didi

jquery-jscrollpane - 如何禁用 jScrollPane (JQuery) 中的水平滚动条?

转载 作者:行者123 更新时间:2023-12-03 01:21:45 26 4
gpt4 key购买 nike

你们能让我知道禁用水平滚动条的最佳方法是什么吗?

我有 宽度:100%高度:280px 的 div。当我们有很长的连续文本(没有任何空格)时,我们会显示一个水平滚动条。

顺便说一句,我正在使用 jscrollPane。

如有任何建议,我们将不胜感激。

最佳答案

我在jScrollPane - 设置对象文档中发现的内容:

contentWidth - int (default undefined)

The width of the content of the scroll pane. The default value of undefined will allow jScrollPane to calculate the width of it's content. However, in some cases you will want to disable this (e.g. to prevent horizontal scrolling or where the calculation of the size of the content doesn't return reliable results)

因此,要摆脱水平条,只需将内容宽度设置为低于容器宽度即可。

示例:

$('#element').jScrollPane({
contentWidth: '0px'
});

关于jquery-jscrollpane - 如何禁用 jScrollPane (JQuery) 中的水平滚动条?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4404944/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com