如何将自定义视图添加到 NSSplitView 分隔线

发布于 2024-11-17 05:48:52 字数 155 浏览 2 评论 0原文

将自定义视图添加到 NSSplitView 分隔线的首选方法是什么?

XCode 使用分隔线来分隔 CodeView 和 Debug-OutputView,如何将自定义控件/视图添加到分隔线?我是否必须自己创建视图并处理拖动操作,或者是否可以自定义分隔线?

谢谢

What is the preferred approach to add custom views to the divider of a NSSplitView?

Taken the divider XCode uses to separate the CodeView and the Debug-OutputView, how do i add custom controls / views to the divider? Do i have to create a view and handle the drag operations myself or is it possible to customize the divider?

thank you

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

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

发布评论

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

评论(1

送你一个梦 2024-11-24 05:48:52

我不认为 Xcode 将子视图添加到分隔栏本身,它们只是将它们设置为保持附加到其超级视图的顶部边缘。

I don't think Xcode adds subviews to the divider bar itself, they just set them to stay attached to the top edge of their superview.

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