NSScrollView 周围出现蓝色边框

发布于 2024-10-06 09:54:43 字数 390 浏览 2 评论 0原文

我确信这是正常的,我只是误解了一些东西,但是由于我的一个 NSScrollView 稍微插入到窗口底部(而不是采用整个高度),因此会出现蓝色它的周围出现了边框。

我已经在滚动视图上设置了 NSNoBorder ,所以这一定是其他东西。

[scrollView setBorderType:NSNoBorder];

任何指示将不胜感激。我希望边框消失,因为它破坏了应用程序的外观并且看起来很损坏。

我认为这是滚动视图。它里面的视图是一个 NSOutlineView ,所以也许它是这样的?

蓝色边框

I'm sure this is normal and I'm just misunderstanding something, but since making one of my NSScrollViews slightly inset from the bottom of the window (as opposed to taking the full height), a blue border has appeared around it.

I've set NSNoBorder on the scroll view, so this must be something else.

[scrollView setBorderType:NSNoBorder];

Any pointers would be greatly appreciated. I'd like the border to go away as it spoils the look of the app and just looks broken.

I assume it's the scroll view. The view inside it as an NSOutlineView, so maybe it's something on that?

Blue border

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

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

发布评论

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

评论(1

双手揣兜 2024-10-13 09:54:43

那是对焦环。它显示如果用户键入任何内容,哪个视图将获得击键。如果您禁止它,那么您的应用程序将不符合 UI 指南。

That's the focus ring. It shows which view is going to get the keystrokes if the user types anything. If you suppress it, then your app will not be in compliance with the UI guidelines.

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