NSScrollView 和 lion ..是否可以在滚动时仅显示滚动条

发布于 2024-12-28 15:20:55 字数 101 浏览 1 评论 0原文

是否可以让 NSScrollView 忽略系统首选项设置并仅在滚动时显示滚动条。不幸的是,我的应用程序是为覆盖样式滚动条设计的,所以我想避免调整包含的内容视图。

这可能吗?

Is it possible to have an NSScrollView ignore the system preferences setting and only show scrollers when scrolling. My application is designed for the overlay style scrollers only unfortunately, so I want to avoid having to adjust the containing content views.

Is this possible?

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

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

发布评论

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

评论(1

jJeQQOZ5 2025-01-04 15:20:55

我会看一下 NSScrollersetScrollerStyle:。那应该可以完成工作。

然而,我想分享的是,我个人认为强迫用户使用一种风格的滚动条而不是另一种风格是糟糕的设计的表现。该系统允许用户进行选择,我相信应用程序应该尊重该选择。事实上,您的内容视图不处理水平或垂直调整大小,这是一个很大的危险信号,我会重新审视该设计选择。

祝你好运。

I would take a look at NSScroller's setScrollerStyle:. That should do the job.

However, I'd like to share that I personally think forcing users into using one style of scrollers over the other is indicative of bad design. The system allows users to choose and I believe apps should honor that choice. The fact that your content view doesn't handle horizontal nor vertical resizing is a big red flag and I would revisit that design choice.

Good luck.

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