datagrid dojo 中的滚动条

发布于 2024-12-02 09:06:35 字数 53 浏览 0 评论 0原文

如何去除Dojo Datagrid的水平滚动条?即使我删除了滚动条出现的滚动空间。如何消除?

How to remove the horizontal scroll bar of Dojo Datagrid? Even i remove scroll space for the scroll bar appears. How to eliminate?

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

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

发布评论

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

评论(1

浴红衣 2024-12-09 09:06:35

您可以覆盖 dojoxGridScrollbox 的 CSS 以使其具有 Overflow-x:none,但不建议这样做。

或者,您可以将其中一列宽度设置为“自动”而不是固定像素。假设您的网格比您想要显示的数据更宽,这通常会删除滚动条。

You can overwrite the CSS for the dojoxGridScrollbox to have overflow-x:none, but its not recommended.

Alternatively, you could have one of the column widths be "auto" instead of fixed pixel. Assuming your grid is wider than the data you intend to display, this will typically remove the scrollbars.

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